- 11 Mar, 2015 2 commits
- 09 Mar, 2015 1 commit
-
-
funshine authored
-
- 06 Mar, 2015 2 commits
- 03 Mar, 2015 2 commits
-
-
Markus Gritsch authored
I am sorry, I made an error in my last pull request and accidentally removed ROM_MODULES_U8G. Here is it back again.
-
Markus Gritsch authored
There seems to be interest in using the more intuitive RGB byte order to specify the LED color. Also fixed the documentation.
-
- 25 Feb, 2015 1 commit
-
-
Ezekiel-DA authored
Made file.seek() return nil on error / EOF, as specified in documentation, instead of returning true.
-
- 13 Feb, 2015 2 commits
- 12 Feb, 2015 2 commits
- 11 Feb, 2015 1 commit
-
-
funshine authored
-
- 10 Feb, 2015 1 commit
-
-
devsaurus authored
-
- 09 Feb, 2015 1 commit
-
-
Santiago authored
-
- 08 Feb, 2015 4 commits
- 07 Feb, 2015 3 commits
-
-
funshine authored
-
funshine authored
-
Till Klocke authored
-
- 06 Feb, 2015 1 commit
-
-
devsaurus authored
-
- 05 Feb, 2015 3 commits
-
-
Till Klocke authored
-
Till Klocke authored
-
Till Klocke authored
-
- 04 Feb, 2015 3 commits
- 03 Feb, 2015 1 commit
-
-
devsaurus authored
* macros established to build a table of fonts which get compiled into the image * font data is mapped to irom0 to save dram space * quirky function to retrieve font data 4-byte aligned from irom0
-
- 02 Feb, 2015 2 commits
- 01 Feb, 2015 4 commits
- 31 Jan, 2015 1 commit
-
-
Tuan PM authored
-
- 29 Jan, 2015 1 commit
-
-
HuangRui authored
* dsleep( us, option ) Hardware has to support deep-sleep wake up (XPD_DCDC connects to EXT_RSTB with 0R). system_deep_sleep(0) ,set no wake up timer,connect a GPIO to pin RST, the chip will wake up by a falling-edge on pin RST. ** us: Integer time to sleep. if us = 0, it will sleep forever. ** option: Integer option=0, init data byte 108 is valuable; option>0, init data byte 108 is valueless. More details as follows: 0, RF_CAL or not after deep-sleep wake up, depends on init data byte 108. 1, RF_CAL after deep-sleep wake up, there will belarge current. 2, no RF_CAL after deep-sleep wake up, there will only be small current. 4, disable RF after deep-sleep wake up, just like modem sleep, there will be the smallest current.
-
- 28 Jan, 2015 1 commit
-
-
alonewolfx2 authored
usage: -- no wakeup until rst pin to low node.dsleep(0) -- 4 mean no RF after deepsleep. node.dsleepsetoption(4)
-
- 27 Jan, 2015 1 commit
-
-
funshine authored
-