Skip to content

Commit 9e25da0

Browse files
Ayush1325DhruvaG2000
authored andcommitted
beagleconnect_freedom: Add PIN_WIRE_SCL and PIN_WIRE_SDA
- Used by microblocks Signed-off-by: Ayush Singh <[email protected]>
1 parent eb797fd commit 9e25da0

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)