sskorol / arduino-sensors-wrappers

A set of simple wrappers for common Arduino sensors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino Sensors' Wrappers Library

This library simplifies working with common devices like button, LED, motion sensor, RF receiver / transmitter, etc.

Installation

Just follow the recommended PlatformIO instructions.

In case of any manual updates, you have to clone this repository, make modifications and copy corresponding sources into ./lib/arduino-sensors-wrappers (assuming you're using PlatformIO) or Arduino/libraries/arduino-sensors-wrappers (in case of Arduino usage) folder.

Usage

Check examples for details.

About

A set of simple wrappers for common Arduino sensors

License:Apache License 2.0


Languages

Language:C++ 100.0%