mcdeoliveira / rcpy

Python Library for Robotics Cape on Beaglebone Black and Beaglebone Blue
MIT License
37 stars 25 forks source link

Feature Request: Support for barometer #6

Open inio opened 6 years ago

inio commented 6 years ago

It would be nice to be able to read the pressure/temperature data from the BMP280 from rcpy. (Yes, you can get temperature from the IMU, but that's a junction temperature for calibrating biases, while the BMP280 provides air temperature.)

mcdeoliveira commented 6 years ago

It should be easy, just need to find the time to implement.