hjd1964 / OnStep

Arduino telescope goto for equatorial and alt/az mounts
http://www.stellarjourney.com/index.php?r=site/equipment_onstep
GNU General Public License v3.0
452 stars 167 forks source link

Enable alternate 0x76 BME280 address in the Config.h file #145

Closed Phobos2350 closed 5 years ago

Phobos2350 commented 5 years ago

For those with 0x76 addressed BME280 modules without having to cut wires/solder their boards or make library file changes

hjd1964 commented 5 years ago

That was fast, guess you needed that little feature I left for later. I also added the BME280_0x76 constant so this can work.

Note that the BME280 is now also attached to the "telescope temperature" which, if no other sensor is active provides both the temperature and the telescope temperature.

This newly added telescope temperature is for future temperature compensated focuser support.

Phobos2350 commented 5 years ago

Every little helps right? That new focuser feature sounds excellent, I hope to be able to test it soon!