beagleboard / librobotcontrol

Robotics Focused library for embedded Linux computers. Mirror of https://git.beagleboard.org/beagleboard/librobotcontrol
https://beagleboard.org/librobotcontrol
MIT License
194 stars 154 forks source link

BMP280 I2c address parameter not available #191

Closed maxelrad closed 3 years ago

maxelrad commented 3 years ago

I would like to address two BMP280 sensors on the beaglebone blue I2c buss(0x76 0x77).

This will give me the ability to do airspeed calculations.

Your API for the sensor is the best available.

An address parameter would be of great value to me.

Thank you for your great contributions.

Michael Axelrad