mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-14 08:05:51 +00:00
wio-l1-eink initial support
This commit is contained in:
@@ -52,6 +52,15 @@ const uint32_t g_ADigitalPinMap[] = {
|
||||
|
||||
// VBAT ENABLE
|
||||
4, // D30 BAT_CTL
|
||||
|
||||
// EINK
|
||||
13, // 31 SCK
|
||||
14, // 32 RST
|
||||
15, // 33 MOSI
|
||||
16, // 34 DC
|
||||
17, // 35 BUSY
|
||||
19, // 36 CS
|
||||
0xFF, // 37 MISO
|
||||
};
|
||||
|
||||
void initVariant() {
|
||||
|
||||
Reference in New Issue
Block a user