Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/firmata/firmataencoder
- Owner: firmata
- Created: 2015-04-25T23:13:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T06:50:54.000Z (about 1 year ago)
- Last Synced: 2024-04-15T00:06:02.979Z (7 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 13
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.