Add WUP signal GPIO output

This commit is contained in:
Daniel 2024-02-12 19:36:39 +02:00
parent 27f4d3b347
commit 7c7ddd30cc
4 changed files with 41 additions and 4 deletions

View file

@ -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