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

BME280 Environmental Sensor Implementation #44

Closed CaiB closed 6 years ago

CaiB commented 6 years ago

Fixes #35.

Sensor implemented with all relevant configuration, and tested with I2C. (The breakout we have supports only I2C without some soldering). It should work over SPI (everything is implemented).

CaiB commented 6 years ago

Not sure why CodeFactor is still using the old style templates. Most of those issues are false alerts (we don't prepend function calls with this.), so can be ignored.

EDIT: Looks like it fixed it below.