mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
wio-l1-eink initial support
This commit is contained in:
parent
757ff9fb55
commit
59ea6cdb89
6 changed files with 101 additions and 6 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue