nodemcu-firmware/app/modules
alonewolfx2 4af0873122 for reading internal vdd33 pin voltage.
example usage and result
```
print(node.readvdd33())
3348
> 
```
2015-01-26 12:17:15 +02:00
..
Makefile merge mqtt branch to master and build pre_build bin 2015-01-23 11:48:05 +08:00
adc.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
auxmods.h merge mqtt branch to master and build pre_build bin 2015-01-23 11:48:05 +08:00
bit.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
file.c fix net.socket:send(), fix file.read() when 0xFF reached 2015-01-08 16:03:21 +08:00
gpio.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
i2c.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
modules.h merge mqtt branch to master and build pre_build bin 2015-01-23 11:48:05 +08:00
mqtt.c merge mqtt branch to master and build pre_build bin 2015-01-23 11:48:05 +08:00
net.c add spi, and some minor fix 2015-01-18 11:46:15 +08:00
node.c for reading internal vdd33 pin voltage. 2015-01-26 12:17:15 +02:00
ow.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
pwm.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
spi.c Add SPI Module 2015-01-16 22:41:34 +02:00
tmr.c migrate to sdk 0.9.5 release version 2015-01-24 23:36:04 +08:00
uart.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
wifi.c migrate to sdk 0.9.5 release version 2015-01-24 23:36:04 +08:00