This is a template for developing NodeMCU via TypeScript.
This project intends to use TypeScriptToLua to compile TypeScript code into Lua and deploy it to NodeMCU.
This project is still a WIP and under development. Issues and pull requests are welcome.
Prepare by run:
yarn
Compile your code by run:
yarn build
Start develop mode (watch and compile)
yarn watch
- adc
- gpio
- net
- node
- tmr
- wifi(
wifi.ap
not implements yet)
- Deploy compiled lua file to nodemcu (manual or auto)
- More modules declaretion file in NodeMCU