Skip to content

Commit 4e86665

Browse files
committed
beagleconnect_freedom: Add PIN_WIRE_SCL and PIN_WIRE_SDA
- Used by microblocks Signed-off-by: Ayush Singh <[email protected]>
1 parent 6292d54 commit 4e86665

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

variants/beagleconnect_freedom/variants.h

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66
#pragma once
7+
8+
#define PIN_WIRE_SCL D12
9+
#define PIN_WIRE_SDA D11

0 commit comments

Comments
 (0)