Most functionality for seat working

This commit is contained in:
Ea-r-th
2025-11-06 19:58:38 -08:00
parent 63fab62727
commit 7a24078e18
11 changed files with 84 additions and 35 deletions

View File

@@ -16,7 +16,7 @@
#define NUM_ADC_CHANNELS 16
enum class SHAL_ADC_Channel : uint32_t {
CH0,
CH0 = 0,
CH1,
CH2,
CH3,