온도 adc 측정 추가
This commit is contained in:
+3
-1
@@ -24,6 +24,7 @@
|
||||
#include "battery_adc.h"
|
||||
#include "parser.h"
|
||||
#include "imu_i2c.h"
|
||||
#include "tmp235.h"
|
||||
|
||||
LOG_MODULE_REGISTER(vesiscan, LOG_LEVEL_INF);
|
||||
|
||||
@@ -309,8 +310,9 @@ int main(void)
|
||||
led_init();
|
||||
battery_adc_init();
|
||||
battery_timer_init();
|
||||
DBG_PRINTF(" gpio/timer/config/led/batt OK\r\n");
|
||||
imu_init();
|
||||
temp_init();
|
||||
DBG_PRINTF(" gpio/timer/config/led/batt/imu/temp OK\r\n");
|
||||
|
||||
/*── Phase 2: BLE 스택 + NUS ──*/
|
||||
DBG_PRINTF("[2] BLE Init\r\n");
|
||||
|
||||
Reference in New Issue
Block a user