VGoshev / arduino-sensors-lib

Sensors Library for Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sensors Library for Arduino

Here you can find some my files for Arduino IDE (actually, they should work with any C compiler for AVR [and, mayby, not only avr], not only with Arduino IDE, but I didn't test them anywhere but Arduino IDE)

There are thei short description:

  • BH1750.h - BH1750 I2C Light sensor
  • BMP180.h - BMP180 I2C Pressure sensor
  • DS18B20.h - DS18B20 1-Wire Temperature sensor
  • RTC.h - I2C Real Time Clock (Tested with DS3231)
  • voltageRead.h - Some functions for helping get voltage fro internal ADC.

About

Sensors Library for Arduino


Languages

Language:C 74.4%Language:C++ 15.4%Language:Objective-C 10.2%