온도 센서 TMP235 삭제(IMU 온도로 대체)
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
#include "battery_adc.h"
|
||||
#include "parser.h"
|
||||
#include "imu_i2c.h"
|
||||
#include "tmp235.h"
|
||||
|
||||
LOG_MODULE_REGISTER(vesiscan, LOG_LEVEL_INF);
|
||||
|
||||
@@ -606,7 +605,6 @@ int main(void)
|
||||
battery_adc_init();
|
||||
battery_timer_init();
|
||||
imu_init();
|
||||
temp_init();
|
||||
piezo_config_init();
|
||||
DBG_CORE(" gpio/timer/config/led/batt/imu/temp/piezo-cfg OK\r\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user