guodongfu
guodongfu

性别: 注册于 2019-05-06

向TA求助
103金币数
100 经验值
0个粉丝
主页被访问 1260 次

2 个回答

0 赞同

audio没声音,回调返回1,播放失败

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

0 赞同

AIR202,GPIO_6,GPIO_7作为输入口检测不到,

银尔达买的开发板,不知道是不是官方的,跟中不中断没关系吧, GPIO_6,GPIO_7都可以做为输入脚吧,需要外部上拉吗?从哪可以查这个脚有没有被占用

回答于 2019-05-08 15:58