Refactor generator configuration to use defined constants
This commit is contained in:
parent
6ac762b1ec
commit
863d9c1cf3
3 changed files with 80 additions and 6 deletions
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
// Generator Configuration
|
||||
#define GENERATOR_IGNITION_SYSTEM_POWER_RELAY_PIN 0
|
||||
#define GENERATOR_STARTER_RELAY_PIN 1
|
||||
#define GENERATOR_CARBURETOR_VALVE_PIN 2
|
||||
#define GENERATOR_CARBURETOR_VALVE_REVERSE false
|
||||
#define GENERATOR_POWER_OUTPUT_SENSOR_PIN -1
|
||||
#define GENERATOR_USE_POWER_OUTPUT_SENSOR false
|
Loading…
Add table
Add a link
Reference in a new issue