mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Implement Support for External Equipment / Emergency Button on Battery Emulator
This commit is contained in:
parent
81cd6780a3
commit
c1a262421b
7 changed files with 76 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue