Skip to content

ajuniper/firmatacpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#firmatacpp Donate

A C++ firmata client library. Currently implements the basic protocol and I2C extension, version 2.5.

If you are having problems with messages like this:

CMake Error at vendor/serial/CMakeLists.txt:30 (add_library):
  Cannot find source file:

    src/serial.cc

then the magic commands are: git submodule init && git submodule update

Packages required to build on Ubuntu are: bluetooth bluez libbluetooth-dev libboost-all-dev

About

A C++ firmata client library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.2%
  • CMake 4.8%