mahfuz195 / BMP280-arduino-library

This BMP280 sensor library uses I2C communication with Arduino/ESP8266 and read the Temperature( degC) , Pressure (mBar) and Altitude (m).
46 stars 18 forks source link

Arduino-library-style and ESP8266-implementation #1

Closed Man-fred closed 8 years ago

Man-fred commented 8 years ago

The main purpose of the changes are to use git clone dirictly to the libraries-folder of arduino and to use the library with ESP8266-boards. In addition i have implemented the testdatas from Bosch to verify the results and i have eliminated the most double-casts.

mahfuz195 commented 8 years ago

merged.