Skip to content

Commit 2eb5474

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 b72846f commit 2eb5474

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2024 Ayush Singh <[email protected]>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
#pragma once
7+
8+
#define PIN_WIRE_SCL D12
9+
#define PIN_WIRE_SDA D11

0 commit comments

Comments
 (0)