Инфа по коммандам lua esp
NodeMCU version 0.9.5 build 2015-02-13
INDEX
Команды node
wifi.sta клиент
gpio
pwm ШИМ
net module
net.server sub-module
net.socket sub-module
i2c module
adc module
uart module
1-wire module
mqtt module
mqtt.client sub-module
INDEX
Команды node
- node.restart()
- node.dsleep()
- node.info()
- node.chipid()
- node.flashid()
- node.heap()
- node.key() --deprecated
- node.led() --deprecated
- node.input()
- node.output()
- node.readvdd33()
- node.compile()
- file.remove()
- file.open()
- file.close()
- file.readline()
- file.writeline()
- file.read()
- file.write()
- file.flush()
- file.seek()
- file.list()
- file.format()
- file.rename()
wifi.sta клиент
- wifi.sta.config()
- wifi.sta.connect()
- wifi.sta.disconnect()
- wifi.sta.autoconnect()
- wifi.sta.getip()
- wifi.sta.setip()
- wifi.sta.getmac()
- wifi.sta.setmac()
- wifi.sta.getap()
- wifi.sta.status()
- wifi.sta.getbroadcast()
- wifi.ap.config()
- wifi.ap.getip()
- wifi.ap.setip()
- wifi.ap.getmac()
- wifi.ap.setmac()
- wifi.ap.getbroadcast()
gpio
pwm ШИМ
net module
net.server sub-module
net.socket sub-module
i2c module
adc module
uart module
1-wire module
- ow.setup()
- ow.reset()
- ow.skip()
- ow.select()
- ow.write()
- ow.write_bytes()
- ow.read()
- ow.read_bytes()
- ow.depower()
- ow.reset_search()
- ow.target_search()
- ow.search()
- ow.crc8()
- ow.check_crc16()
- ow.crc16()
- bit.bnot()
- bit.band()
- bit.bor()
- bit.bxor()
- bit.lshift()
- bit.rshift()
- bit.arshift()
- bit.bit()
- bit.set()
- bit.clear()
- bit.isset()
- bit.isclear()
mqtt module
mqtt.client sub-module
- mqtt.client:lwt()
- mqtt.client:connect()
- mqtt.client:close()
- mqtt.client:publish()
- mqtt.client:subscribe()
- mqtt.client:on()
4 комментария