B001-V3 works with it now

This commit is contained in:
Thaddeus Hughes
2025-12-16 12:10:10 -06:00
parent ac030005c3
commit 062221dfd3
70 changed files with 3872 additions and 3786 deletions

View File

@@ -27,7 +27,7 @@ int32_t get_sensor_counter(sensor_t i);
bool get_sensor(sensor_t i);
void start_sensors();
void shutdown_sensors();
esp_err_t sensors_init();
esp_err_t sensors_stop();
#endif /* MAIN_SENSORS_H_ */