Skip to content

Commit

Permalink
beagleconnect_freedom: Add PIN_WIRE_SCL and PIN_WIRE_SDA
Browse files Browse the repository at this point in the history
- Used by microblocks

Signed-off-by: Ayush Singh <ayush@beagleboard.org>
  • Loading branch information
Ayush1325 committed Jul 23, 2024
1 parent 99c10fd commit 01a2c06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions variants/beagleconnect_freedom/variants.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once

#define PIN_WIRE_SCL D12
#define PIN_WIRE_SDA D11

0 comments on commit 01a2c06

Please sign in to comment.