ScarletLib / Scarlet

C# cross-platform robotics library with hardware support for Raspberry Pi and BeagleBone Black.
https://github.com/huskyroboticsteam/Scarlet/wiki
GNU Lesser General Public License v3.0
7 stars 3 forks source link

Implement BME280 Atmospheric sensor #35

Closed CaiB closed 6 years ago

CaiB commented 6 years ago

There is now an implementation on the BME280 branch that should be ready for testing.

CaiB commented 6 years ago

I have done some testing. Data reading and conversion appears to work fine over I2C now. Writing configuration does not work yet (works when done manually), and SPI is untested.

CaiB commented 6 years ago

The device now fully functions over I2C, SPI remains untested.