Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 657 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 657 Bytes

ArduinoLibs

Various utility libraries. In order to use these libraries each subdirectory should be linked into the global Arduino library directory and the Arduino software restarted.

Setup

  • Clone this repo into your Arduino folder
  • Execute ./setup.sh to create links to all libraries in your local libraries foler

Library descriptions

Pins

Generic pin interface

LCD

Simple wrapper for LiquidCrystal library

Menu

Code to create menus on a serial LCD display

Debug

Debug printing code

....