- 14 Feb, 2021 1 commit
-
-
Marcel Stör authored
Fixes #3025
-
- 13 Jan, 2019 1 commit
-
-
Marcel Stör authored
Drop support for localized content, #2213 Restructure some content to match more closely what we have in master, #2542
-
- 12 Mar, 2018 1 commit
-
-
Arnim Läuger authored
remove deprecated init functions in adxl345, am2320, bme280, bmp085, hdc1080, hmc58831, l3g4200d, HDC1000, lm92 (#2276)
-
- 21 May, 2017 1 commit
-
-
Arnim Läuger authored
-
- 06 Mar, 2016 1 commit
-
-
Marcel Stör authored
-
- 24 Feb, 2016 1 commit
-
-
Marcel Stör authored
-
- 14 Feb, 2016 1 commit
-
-
Henk Vergonet authored
Example use: > sda=1 > scl=2 > am2320.init(sda,scl) > rh, t = am2320.read() > print(string.format("Temperature: %s degrees C", t / 10)) > print(string.format("RH: %s %%", rh / 10)) signed-off-by: henk.vergonet@gmail.com
-