chore: snapshot before shared RS485 bus integration

This commit is contained in:
2026-07-22 15:36:04 +01:00
parent ef02e5c5f5
commit 2a803fcef1
167 changed files with 5749 additions and 1128 deletions

3
components/peripherals/include/adc.h Executable file → Normal file
View File

@@ -11,4 +11,7 @@ extern adc_cali_handle_t adc_cali_handle;
void adc_init(void);
void adc_lock(void);
void adc_unlock(void);
#endif /* ADC_H_ */