texhex / ArduUtilityLibrary

ArduUtilityLibrary is a small library for Arduino based programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArduUtilityLibrary

ArduUtilityLibrary (AUL) is a library to assist the development of Arduino based programs.

Not one electronic project I have created would have been possible without Arduino or the great open source libraries that are available for it. This library is my attempt to give something back to the Arduino community with the hope it is useful to others. I <3 Arduino.

Documentation

The following classes or functions are included with ArduUtilityLibrary:

Each file contains a section "References" that links to other implementations or important information about the topic. If you think my solution is bad, these links might be a good starting point to find what you are searching for.

Usage

Extract the folder ArduUtilityLibrary to the folder \libraries of your Arduino IDE. A full explanation can be found here: http://arduino.cc/en/Guide/Libraries

Other libraries

Included and contributed libraries for Arduino: http://www.arduino.cc/en/Reference/Libraries

Official Arduino Forum for Other Software Development, often includes library announcments http://arduino.cc/forum/index.php/board,23.0.html

Teensyduino libraries http://www.pjrc.com/teensy/td_libs.html

Wiring project libraries (Maintained by Alexander Brevia) http://wiring.uniandes.edu.co/source/trunk/wiring/firmware/libraries/

Libraries by Mikal Hart http://arduiniana.org/libraries/

Copyright and License

Copyright © 2012-2017 Michael Hex (@texhex). Licensed under the GNU Lesser General Public License (LGPL). For details, please see LICENSE.txt.

About

ArduUtilityLibrary is a small library for Arduino based programs

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 66.4%Language:Objective-C 13.6%Language:Arduino 11.4%Language:C 8.6%