thomasgeissl / QFirmata

[WIP] Qt firmata client, port of openFramework's firmata implementation
2 stars 1 forks source link

QFirmata

Description

QFirmata is a Qt implementation of the firmata protocol https://github.com/firmata/protocol.

This is a quick and dirty port of openframework's (https://github.com/openframeworks/openFrameworks) firmata implementation. It is a work in progress and will be updated in the near future. The API might undergo some incompatible changes.

Build status

Build Status

Installation

  1. Clone this repo
    git clone https://github.com/thomasgeissl/QFirmata.git /path/to/your/libs/QFirmata
  2. Include the lib in your project, by adding the following line to your .pro file
    include(/path/to/your/libs/QFirmata/QFirmata.pri)

License

GPLv3

TODOs

Changelog

0.0.0