local ttsStr = "你好,现在时刻18点30分" local function testCb(r) log.info("testAudio.testCb",r) end sys.taskInit( function() while true do audio.setStrategy(1) audio.play(1,"TTS",ttsStr,7,testCb) sys.wait(10000) end end)
回答于 2019-05-10 14:01
银尔达买的开发板,不知道是不是官方的,跟中不中断没关系吧, GPIO_6,GPIO_7都可以做为输入脚吧,需要外部上拉吗?从哪可以查这个脚有没有被占用
回答于 2019-05-08 15:58