- 31 Mar, 2017 1 commit
-
-
Arnim Läuger authored
-
- 16 Mar, 2017 2 commits
-
-
Arnim Läuger authored
-
Arnim Läuger authored
-
- 10 Mar, 2017 1 commit
-
-
Jonathan Karras authored
- Remove old non-async examples from `lua-examples`. - Rename `ds18b20.EN.md` to `README.md` - Change remaining `toBase64` calls to the more standard `toHex` call. - Fix some spelling and markdown formatting issues in README file. Addresses issue #1841
-
- 07 Mar, 2017 1 commit
-
-
Jonathan Karras authored
-
- 25 Feb, 2017 1 commit
-
-
vsky authored
-
- 02 Mar, 2016 1 commit
-
-
TerryE authored
-
- 14 Feb, 2016 1 commit
-
-
devsaurus authored
-
- 10 Feb, 2016 1 commit
-
-
Vittorio Giovanelli authored
-
- 07 Feb, 2016 1 commit
-
-
Vittorio Giovanelli authored
-
- 17 Jan, 2016 1 commit
-
-
Sebastian Schildt authored
Extend example to show querying different units or specific sensors
-
- 06 Jan, 2016 1 commit
-
-
elgarbe authored
-
- 16 Nov, 2015 1 commit
-
-
Nick Andrew authored
The DS18S20 has only 1 fractional bit whereas DS18B20 has 4, and their temperature register alignment differs. Check the family code to choose the correct multiplier for both devices. Closes #610 Negative temperatures (less than 0°C) are returned as a sign-extended two's complement number. Subtract 0x10000 to recover the proper negative value. Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
- 21 Jul, 2015 1 commit
-
-
Marius Schmeding authored
adding lua_module for Grove Digital Light Sensor (http://www.seeedstudio.com/wiki/Grove_-_Digital_Light_Sensor)
-
- 24 Jun, 2015 3 commits
- 17 May, 2015 1 commit
-
-
Levente Tamas authored
Added LUA module for the lm92 +-0.33C 12bit+sign temperature sensor.
-
- 22 Apr, 2015 3 commits
-
-
Martin Han authored
-
Martin Han authored
-
Martin Han authored
Detail: When require lib before connect to ap, program will return nil but the table.
-
- 20 Apr, 2015 1 commit
-
-
Martin Han authored
-
- 14 Apr, 2015 1 commit
-
-
Martin Han authored
-
- 11 Apr, 2015 1 commit
-
-
Sander Boele authored
-
- 06 Apr, 2015 1 commit
-
-
Martin Han authored
Sorry for the mistake, I forgot to save the file when gitting...
-
- 05 Apr, 2015 3 commits
-
-
funshine authored
-
Martin Han authored
-
Martin Han authored
-
- 03 Apr, 2015 2 commits
-
-
Martin Han authored
-
Martin Han authored
Change function names. read->-read11() support DHT11 ->read22() support DHT21 DHT22
-
- 16 Mar, 2015 1 commit
-
-
AllAboutEE authored
Fixed bug where email text after CR and LF would not be read. Added example links, Fixed bug where send function could not be called more than once due to count variable.
-
- 13 Mar, 2015 1 commit
-
-
AllAboutEE authored
-
- 12 Mar, 2015 2 commits
-
-
AllAboutEE authored
-
AllAboutEE authored
Added imap lua module and updated read_email_imap.lua example to use module. There is a bug where Examine is not sent sometimes.
-
- 07 Mar, 2015 5 commits
-
-
Francesco Truzzi authored
-
ftruzzi authored
-
Francesco Truzzi authored
-
Francesco Truzzi authored
-
ftruzzi authored
A module for the HDC1000 temperature and humidity sensor.
-
- 02 Mar, 2015 1 commit
-
-
AllAboutEE authored
Added I/O expander MCP23008 module and two examples: digital output with LEDS, and digital input with buttons.
-