更新自强libs固件

This commit is contained in:
dahanzimin
2025-02-13 17:44:54 +08:00
parent 05d4005563
commit e7a3d39fec
2 changed files with 0 additions and 1 deletions

View File

@@ -172,7 +172,6 @@ onboard_led = LED(pins=[45, 46])
class Voice_Energy:
def read(self):
_dat = onboard_asr._rreg(0x08, 3) #在语音识别里获取
print("-----",_dat)
return (_dat[0] | _dat[1] << 8) // 10
onboard_sound = Voice_Energy()