mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Add WUP signal GPIO output
This commit is contained in:
parent
27f4d3b347
commit
7c7ddd30cc
4 changed files with 41 additions and 4 deletions
|
@ -26,6 +26,10 @@
|
|||
#define PRECHARGE_PIN 25
|
||||
#endif
|
||||
|
||||
#ifdef BMW_I3_BATTERY
|
||||
#define WUP_PIN 25
|
||||
#endif
|
||||
|
||||
#define SD_MISO_PIN 2
|
||||
#define SD_MOSI_PIN 15
|
||||
#define SD_SCLK_PIN 14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue