Skip to content

Nicola17/ArduinoTinkerLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Arduino Tinker Library is aimed at fast development of Arduino projects.

The Library

The primary goal of the library is to provide a framework for fast and reliable development of Arduino projects.

It cointains the following modules:

  • Template algorithms
  • Helper classes
  • Complete and flexible logging system
  • Wrapper classes for sensors
  • Wrapper classes for actuators
  • Geometric computation tools

Additional Dependencies

Some classes of the Arduino Tinker Library require additional libraries. If you want to use those classes in your project you must download and install the corresponding external dependencies.

Please follow this guide to install external dependencies in your Arduino IDE

When you clone the library on your PC you will find in ./resources/AdditionalDependencies.zip all the required libraries.

Circuit Diagram

A circuit diagram of each example will be available in the example directory. To open up example files you need to download and install Fritzing

Documentation

You will find a doxygen generated documentation inside the Arduino Tinker Library GitHub Pages

Additional information

This Project adopt GitFlow branching model