Skip to content

Commit

Permalink
more servo updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeBakalor committed May 25, 2021
1 parent 11dae97 commit db6b90c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/teknikio-bluebird/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ namespace config {
export const PIN_D13 = DAL.P1_8;
export const PIN_D14 = DAL.P0_11;
export const PIN_D15 = DAL.P0_30;
export const PIN_D16 = DAL.P0_13;
export const PIN_D17 = DAL.P0_15;

export const PIN_FLASH_MISO = PIN_D11;
export const PIN_FLASH_MOSI = PIN_D12;
Expand Down

0 comments on commit db6b90c

Please sign in to comment.