<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/Learn-NB-IOT-Air302-ForLua" frameborder="0" scrolling="auto" width="100%" height="1500"></iframe></p>
<iframe frameborder="0" height="1500" name="ifd" scrolling="auto" src="https://mnifdv.cn/resource/cnblogs/Learn-NB-IOT-Air302-ForLua" width="100%"></iframe>
说明
开发板的GPIO19作为网络指示灯.
这节就控制这个GPIO输出高低电平,控制LED亮灭.
测试
1.太简单了哈,就不说啥了!
local NETLED = gpio.setup(19, 0) -- 输出模式 NETLED(1) --输出高电平