1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/openmote-b/include
MrKevinWeiss ebe010125b boards/openmote-b: fix button pin define
According to the schematics user button should be on `PD5` not `PC5`
(so `GPIO_PIN(3, 5)`).
Due to the super high values resistors being used for the external
pullup it seems if you use a internal pullup it doesn't work.
2019-11-29 11:10:24 +01:00
..
board.h boards/openmote-b: fix button pin define 2019-11-29 11:10:24 +01:00
periph_conf.h boards: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00