Skip to content

Defines a message-passing interface and handlers to make it easy to create submodules with threading/callback-like behavior.

License

Notifications You must be signed in to change notification settings

markstev/arduinoio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup instructions:

sudo apt-get install cmake arduino gcc-avr binutils-avr avr-libc avrdude python-serial
mkdir build
cd build

change paths in CMakeLists.txt
change target arduino version in CMakeLists.txt

cmake ..
make
make upload

About

Defines a message-passing interface and handlers to make it easy to create submodules with threading/callback-like behavior.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published