Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firmata/firmataencoder

A Firmata wrapper for the Encoder library
https://github.com/firmata/firmataencoder

Last synced: 4 days ago
JSON representation

A Firmata wrapper for the Encoder library

Awesome Lists containing this project

README

        

#FirmataEncoder

A Firmata wrapper for the [Encoder](https://www.pjrc.com/teensy/td_libs_Encoder.html) library.

This library adds support for encoders to ConfigurableFirmata.

##Installation

1. Make sure you have the following dependencies installed in your `/Arduino/libraries/` folder:
- [ConfigurableFirmata](https://github.com/firmata/ConfigurableFirmata)
- [Encoder](https://www.pjrc.com/teensy/td_libs_Encoder.html)

2. Clone or download and copy FirmataEncoder into your `/Arduino/libraries/` folder.