Carter Nelson
Carter Nelson
Can you provide a basic sketch that demonstrates this issue. The clang formatter wants the line to be like it is, which is why the CI is failing: 
This sketch: ```cpp #include void setup() { Serial.begin(9600); while(!Serial); Serial.print("BMP280_ADDRESS_ALT = 0x"); Serial.println(BMP280_ADDRESS_ALT, 16); } void loop() { } ``` produces the expected output using a [QT Py M0](https://www.adafruit.com/product/4600): ```...
Possibly related? https://forums.adafruit.com/viewtopic.php?p=985703#p985703
Please post in the forums with photos of your setup: http://forums.adafruit.com/
What is measuring 18 degrees? How close together is that device and the DHT22?
Can you provide more information on why this is necessary? What's an example use case that requires this empty constructor?
Agree, sounds like you have RGBW NeoPixels with the color order being GRBW. Needing to change the code to match the NeoPixels being used is expected and is a necessary...
Closing due to lack of response.
What does "not working" mean? Please provide more details.
Are you using this BSP for Arduino support of the AMB82-MINI? https://github.com/ambiot/ambpro2_arduino/ What sketch code are you running?