mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-30 14:40:40 +00:00
no need to pass in scl & sda into screen constructor
This commit is contained in:
7
docs/software/nrf52-TODO.md
Normal file
7
docs/software/nrf52-TODO.md
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
* make a new boarddef with a variant.h file. Fix pins in that file. In particular:
|
||||
#define PIN_SPI_MISO (46)
|
||||
#define PIN_SPI_MOSI (45)
|
||||
#define PIN_SPI_SCK (47)
|
||||
#define PIN_WIRE_SDA (26)
|
||||
#define PIN_WIRE_SCL (27)
|
||||
Reference in New Issue
Block a user