added heater 1

This commit is contained in:
Martin Zietz
2021-02-12 14:18:34 +01:00
11 changed files with 468 additions and 17 deletions

View File

@ -3,7 +3,14 @@
namespace heaterSwitches {
enum switcherList: uint8_t {
PAYLOAD_CAMERA,
HEATER_0,
HEATER_1,
HEATER_2,
HEATER_3,
HEATER_4,
HEATER_5,
HEATER_6,
HEATER_7,
NUMBER_OF_SWITCHES
};
}