Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources

This commit is contained in:
2026-07-06 11:30:13 +08:00
commit e76462eeb7
3451 changed files with 1415300 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef _MCU_UTIL_H_
#define _MCU_UTIL_H_
int32 mcu_init(void);
int32 mcu_pir_sensor_set(uint8 level);
uint8 mcu_pir_sensor_get(void);
uint8 mcu_battery_soc_get(void);
#endif