Implement Support for External Equipment / Emergency Button on Battery Emulator

This commit is contained in:
amarofarinha 2024-10-02 02:50:32 +01:00
parent 81cd6780a3
commit c1a262421b
7 changed files with 76 additions and 5 deletions

View file

@ -58,6 +58,9 @@ GPIOs on extra header
#define LED_PIN 4
#define LED_MAX_BRIGHTNESS 40
// Equipment stop pin
#define EQUIPMENT_STOP_PIN 2
/* ----- Error checks below, don't change (can't be moved to separate file) ----- */
#ifndef HW_CONFIGURED
#define HW_CONFIGURED