Skip to content

Commit

Permalink
Microbit pin mapping (#6374) (#6432)
Browse files Browse the repository at this point in the history
* add mapping for edge connector

* remove comments

* remove pins already used by shield

Co-authored-by: Tom Ball <[email protected]>
  • Loading branch information
riknoll and tballmsft authored May 30, 2024
1 parent eb9fd88 commit 0fe5254
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/hw---n3/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ namespace config {
export const DISPLAY_CFG0 = 0x00000080
export const DISPLAY_CFG1 = 0x00000603
export const DISPLAY_CFG2 = 8

// mapping for big edge connector pins,
export const PIN_P0 = DAL.P0_2
export const PIN_P1 = DAL.P0_3
export const PIN_P2 = DAL.P0_4
}

0 comments on commit 0fe5254

Please sign in to comment.