nodemcu-firmware/app/include
Johny Mattsson 67e72c45df Imported RTC FIFO component + added Lua interface.
The rtcfifo module uses RTC memory to store sensor samples across deep-sleeps,
making it possible to batch up samples for less frequent uploads. This
component uses 9 RTC memory slots for control, and a variable number of
slots for sample storage (see rtcfifo.prepare() on how to control the
size/location of the latter).

When used together with the rtctime module, it also exposes the convenience
function rtcfifo.dsleep_until_sample() which can be used to easily take
readings on a regular basis without having to manually take into account
time spent awake to get an accurate sleep time.

The format used for storing samples is quite dense, and allows for 16 bits
of data in a fixed point format (per sample).
2015-07-10 15:12:31 +10:00
..
arch source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
driver Use more powerful UART baudrate list from RTOS driver. 2015-02-10 22:39:50 +08:00
lwip Added the hold and unhold methods to tcp socket 2015-02-09 03:00:18 -03:00
netif source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
pp source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
rtc Imported RTC FIFO component + added Lua interface. 2015-07-10 15:12:31 +10:00
ssl source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lwipopts.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
mem_manager.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
rom.h Imported RTC+sleep timekeeping from an internal DiUS project. 2015-07-10 15:12:31 +10:00
u8g_config.h disable untested pcd8544 driver for the moment 2015-03-17 20:52:47 +01:00
user_config.h Switched crypto module to use ROM SHA1/MD5. 2015-06-05 12:12:24 +10:00
user_modules.h Imported RTC FIFO component + added Lua interface. 2015-07-10 15:12:31 +10:00
user_version.h Release build 20150627. 2015-06-27 15:21:48 +08:00