we are supposed to use 0xff to mark unused gpios
This commit is contained in:
parent
67b6555cc0
commit
73bac3be45
@ -135,8 +135,8 @@ void ttn_register(void (*callback)(uint8_t message));
|
|||||||
#define RESET_GPIO 23
|
#define RESET_GPIO 23
|
||||||
#endif
|
#endif
|
||||||
#define DIO0_GPIO 26
|
#define DIO0_GPIO 26
|
||||||
#define DIO1_GPIO 33 // Note: not really used on this board
|
#define DIO1_GPIO 0xff // Note: not really used on this board
|
||||||
#define DIO2_GPIO 32 // Note: not really used on this board
|
#define DIO2_GPIO 0xff // Note: not really used on this board
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
// AXP192 (Rev1-specific options)
|
// AXP192 (Rev1-specific options)
|
||||||
|
Loading…
Reference in New Issue
Block a user