Initial Commit

This commit is contained in:
2026-07-06 11:14:35 +09:00
parent e6de6e8cc3
commit e55b283b39
31 changed files with 1023 additions and 2123 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ void power_loop(struct k_timer *timer)
{
power_timer_stop();
/* Sensor init not needed - imu_read_direct() handles it per measurement */
// Sensor init not needed - imu_read_direct() handles it per measurement
p_order = 2;
if (p_order < 2)
@@ -59,7 +59,7 @@ void power_loop(struct k_timer *timer)
int device_reactivated(void)
{
/* sw_i2c_init_once() will be added in Stage 3 */
// sw_i2c_init_once() will be added in Stage 3
k_msleep(10);
lock_check = true;
p_order = 0;