Browse Source

Fix the active/pull down flags for the example.

xmkb
Pete Johanson 4 years ago
parent
commit
ee5900686b
  1. 6
      docs/docs/dev-guide-new-shield.md

6
docs/docs/dev-guide-new-shield.md

@ -81,9 +81,9 @@ this might look something like:
; ;
row-gpios row-gpios
= <&pro_micro_a 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> = <&pro_micro_a 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro_a 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> , <&pro_micro_a 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro_a 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> , <&pro_micro_a 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
; ;
}; };
}; };

Loading…
Cancel
Save