- 18 Jan, 2016 2 commits
-
-
Thomas Soëte authored
To create a size led long buffer: buffer = ws2812.newBuffer(size); To fill the buffer: buffer:fill(g, r, b) To get a particular led color: g, r, b = buffer:get(index) To set a particular led color: buffer:set(index, g, r, b); To send the buffer: buffer:write(pin);
-
Thomas Soëte authored
It allows keeping interrupts enabled but force to use GPIO2.
-
- 17 Jan, 2016 8 commits
-
-
Terry Ellison authored
Re-write README
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Arnim Läuger authored
-
Arnim Läuger authored
-
devsaurus authored
-
- 16 Jan, 2016 14 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
add a doc for coap module
-
Arnim Läuger authored
-
devsaurus authored
-
devsaurus authored
-
Johny Mattsson authored
-
Johny Mattsson authored
-
Marcel Stör authored
-
Zeroday authored
typo fix
-
- 15 Jan, 2016 8 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
Terry Ellison authored
Add functions: wifi.sta.sethostname and wifi.sta.gethostname
-
Johny Mattsson authored
Add support for Temperature Comparison register set/get functions for LM92
-
Johny Mattsson authored
Add HTTP client module and documents.
-
Terry Ellison authored
Optimized node.bootreason() for size.
-
Johny Mattsson authored
-
Johny Mattsson authored
Reduces the size from 179 to 102 bytes.
-
- 14 Jan, 2016 8 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
devsaurus authored
-
Arnim Läuger authored
-
Konrad Beckmann authored
-
Konrad Beckmann authored
-
Terry Ellison authored
Add the exccause parameter into the bootreason block
-