Skip to content

A collection of arduino libraries to easily communicate, control, and get stuff done with Arduino boards

Notifications You must be signed in to change notification settings

croningp/Arduino-CommandTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommandTools

A variety of library working together to ease the setup and control of Arduino devices. Tools are generic and can be approached and used at different levels.

The commanduino python library complement these tools by allowing automatic discovery and instantiation of devices on multiple Arduino boards using a simple config file.

Install

You should have arduino IDE, python, and git installed.

Linux or Mac OS X

Use symbolic links.

Open terminal:

mkdir yourfavoritefolder
cd yourfavoritefolder
git clone https://github.com/croningp/Arduino-CommandTools.git
cd Arduino-CommandTools
python symlinks.py --install #Makes symbolic links to libraries in /home/<yourusername>/sketchbook

Test your installation by compiling the demo of CommandHandler.

Windows

Clone where you want and copy/paste libraries you want to use in the appropriate library folder.

Test your installation by compiling a demo.

Any symbolic link implementation for Windows is welcomed.

Credit

The symlinks.py script comes from https://github.com/janelia-arduino/arduino-libraries

Authors

Jonathan Grizou while working in the Cronin Group.

Contributions by Graham Keenan and Jean-Patrick Francoia.

License

GPL V3

About

A collection of arduino libraries to easily communicate, control, and get stuff done with Arduino boards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published