*Breaking Change* Change in sensor detection, addition of Adafruit Sensor
BREAKING:
Removed some 'too smart' sensor detection code. We no longer look for alternate I2C addresses
begin() has been simplified for I2C, there's only one begin() function for I2C, and you can pass in address / Wire
Also added Adafruit Sensor interface to create individual Temp/Humidity/Pressure Sensor objects.
Moved to Actions CI & clang-formatted