added support for LDR and models

This commit is contained in:
2025-02-23 21:31:08 -05:00
parent 988765e2c2
commit f067bc26f9
13 changed files with 147 additions and 264 deletions

View File

@@ -69,6 +69,7 @@ typedef enum
channel_DAC1 = 0x3d,
channel_FVR_BUF1 = 0x3e,
channel_FVR_BUF2 = 0x3f,
channel_ANA0 = 0x0,
channel_ANC0 = 0x10
} adc_channel_t;