mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-27 17:01:31 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
29
Living_SDK/device/sensor/ucube.py
Normal file
29
Living_SDK/device/sensor/ucube.py
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
src =Split('''
|
||||
hal/sensor_hal.c
|
||||
hal/sensor_drv_api.c
|
||||
drv/drv_humi_bosch_bme280.c
|
||||
drv/drv_acc_bosch_bma253.c
|
||||
drv/drv_baro_bosch_bmp280.c
|
||||
drv/drv_acc_gyro_st_lsm6dsl.c
|
||||
drv/drv_baro_st_lps22hb.c
|
||||
drv/drv_acc_mir3_da217.c
|
||||
drv/drv_als_ps_liteon_ltr553.c
|
||||
drv/drv_temp_humi_sensirion_shtc1.c
|
||||
''')
|
||||
component =aos_component('sensor', src)
|
||||
|
||||
|
||||
global_includes =Split('''
|
||||
.
|
||||
''')
|
||||
for i in global_includes:
|
||||
component.add_global_includes(i)
|
||||
|
||||
global_macros =Split('''
|
||||
AOS_SENSOR
|
||||
''')
|
||||
for i in global_macros:
|
||||
component.add_global_macros(i)
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue