Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johntalton/easer
Simple servo easer
https://github.com/johntalton/easer
mqtt servo-controller
Last synced: 24 days ago
JSON representation
Simple servo easer
- Host: GitHub
- URL: https://github.com/johntalton/easer
- Owner: johntalton
- License: mit
- Created: 2018-02-27T18:54:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T21:26:44.000Z (over 6 years ago)
- Last Synced: 2024-11-13T11:23:30.736Z (3 months ago)
- Topics: mqtt, servo-controller
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easer
Simple servo easer that wraps standard pwm calls.(the adafruit-i2c-pwm-driver api is used as the pwm interface)
Easer takes into account multiple requests for servo updates and timings. As well as handling same servo update while existing transition are running. Intended for a set-and-go interaction.
### Client
Client that subscribes to mqtt message that delive a Server Style Sheet (css inspired) to control a set of servos and their timings.
The set-and-go nature of the easer allows the SSS to be applied similarly to the way CSS/DOM interaction works.