3
0
Fork 0

Refactor generator configuration to use defined constants

This commit is contained in:
Siwat Sirichai 2025-06-08 22:09:39 +07:00
parent 6ac762b1ec
commit 863d9c1cf3
3 changed files with 80 additions and 6 deletions

View file

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