Wykres commitów

33 Commity (master)

Autor SHA1 Wiadomość Data
Peter Hinch b2dbca5b22
Merge pull request #1 from karfas/wrong-brackets
fixed false brackets resulting in elevated temperature values
2021-05-22 11:50:52 +01:00
ZhabaBun 485aa4e3c6 fixed false brackets resulting in elevated temperature values 2020-08-23 00:03:08 +03:00
Peter Hinch ecb93b2198 README: add note about this fork. 2020-04-24 08:00:46 +01:00
Peter Hinch 811aeaef90 Scans I2C bus for device. 2018-01-22 10:07:45 +00:00
Peter Hinch eb6a327bf7 Fix error msg on invalid mode. 2018-01-21 13:42:26 +00:00
Alan Dragomirecký d7e052b282 Fix temp for negative values 2016-12-19 01:17:53 +01:00
Peter Dahlberg 72c9d4eb07 Merge pull request #3 from johnmccombs/master
fix bits shifted in the wrong direction in pressure calculation
2016-11-08 20:51:15 +01:00
John McCombs c44281ab5d fix bits shifted in the wrong direction in pressure calculation 2016-10-25 10:57:29 +13:00
Peter Dahlberg d4924cc37e use correct register for dig_H1 2016-05-23 12:57:36 +02:00
Peter Dahlberg 15bf80a5da formatting 2016-05-22 00:49:11 +02:00
Peter Dahlberg 3c13fc64c7 does not borrow so heavily from the rpi library anymore 2016-05-22 00:49:11 +02:00
Peter Dahlberg dd5b4428b4 format the code with yapf 2016-05-22 00:49:11 +02:00
Peter Dahlberg 12b768d677 update README 2016-05-22 00:49:11 +02:00
Peter Dahlberg 0e2f3be499 add possilbility to read out the sensor without additional heap allocations 2016-05-22 00:49:11 +02:00
Peter Dahlberg 05b566506d add mysqlf to copyright notice 2016-05-22 00:49:11 +02:00
Peter Dahlberg 536fcceddf more clear tuple unpack syntax 2016-05-22 00:49:11 +02:00
Peter Dahlberg 2a7ad4b448 fix forgotten tuple unpacking 2016-05-22 00:49:11 +02:00
Peter Dahlberg 6b6119d3d1 get rid of separate constants file 2016-05-22 00:49:11 +02:00
Peter Dahlberg d3c9732c7d get rid of i2c_device.py 2016-05-22 00:49:11 +02:00
Peter Dahlberg 8bb69b4a01 get rid of write8 functions 2016-05-22 00:49:11 +02:00
Peter Dahlberg bcb684e5f5 update readme 2016-05-22 00:49:11 +02:00
Peter Dahlberg 6f2b9cb1d8 values use new combined function now 2016-05-22 00:49:11 +02:00
Peter Dahlberg d0264138fe one single compensation function 2016-05-22 00:49:11 +02:00
Peter Dahlberg 354f53f1dc add a function which bulk reads all raw values, datasheet recommends it 2016-05-22 00:49:11 +02:00
Peter Dahlberg e6893b3709 Update README.md 2016-05-21 12:46:24 +02:00
Peter Dahlberg a621fefcda update README 2016-05-20 23:36:13 +02:00
Peter Dahlberg 00b388afbd further reduce the function count by merging into values property 2016-05-20 22:00:57 +02:00
Peter Dahlberg 179aa6cb07 get rid of function only called once 2016-05-20 21:38:08 +02:00
Peter Dahlberg 9d96b0dc51 remove unused function 2016-05-20 21:09:45 +02:00
Peter Dahlberg f99e748968 split into multiple files to not run out of memory while importing 2016-05-20 00:48:51 +02:00
Peter Dahlberg 9cb8c47206 bytearray needed write8 and writeRaw8 on esp8266
http://forum.micropython.org/viewtopic.php?p=10559#p10559
2016-05-19 23:49:11 +02:00
Peter Dahlberg 4c803e4d8f Initial import from https://bitbucket.org/oscarBravo/wipy_bme280 2016-05-19 23:47:21 +02:00
Peter Dahlberg 73025f02f3 initial commit 2016-05-19 23:46:03 +02:00