Датчик давления и температуры BMP180, BMP085
#include <Wire.h> #include <Adafruit_BMP085.h> // Connect VCC of the BMP085 sensor to 3.3V (NOT 5.0V!) // Connect GND to Ground // Connect SCL to i2c clock - on '168/'328 Arduino…
Продолжить чтение
Датчик давления и температуры BMP180, BMP085