I have a simple project that reads the temp, humidity, and press from the BME280 and displays the results on 3, 7-seg displays. Going to mount it outside on a window. I use a shift reg to run the displays. The measured parameters display one at a time. Project works as designed on the UNO but trying to use the Arduino Micro board for the final build. On the micro the displays work fine but I get no data from the BME280. Have checked the power and setup several times. I have swapped back to the UNO and again it works. Using I2C communication from the BME280 on both with SDA/SCL connected to A4/A5 respectively. With the micro the results don't change if I unplug the SDA/SCL leads. It appears the I2C is not working on the micro.
I'm missing something simple I'm sure.
Someone school me please.
MegaHolmes