Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/is2511/scservo
SCS/SMS servo library for Arduino [Not mine]
https://github.com/is2511/scservo
arduino servo servo-control servo-motor
Last synced: 5 days ago
JSON representation
SCS/SMS servo library for Arduino [Not mine]
- Host: GitHub
- URL: https://github.com/is2511/scservo
- Owner: IS2511
- License: mit
- Created: 2018-12-20T07:30:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T21:30:39.000Z (about 3 years ago)
- Last Synced: 2023-03-06T04:12:06.787Z (over 1 year ago)
- Topics: arduino, servo, servo-control, servo-motor
- Language: C++
- Homepage:
- Size: 46.9 KB
- Stars: 6
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SCServo
SCS/SMS servo library for Arduino**THIS IS NOT WRITTEN BY ME.**
AUTHOR: **Le Tan Hung (谭雄乐)**.This is the most recent version I could find, dates ~~2017-08-22~~ 2019-08-01.
I modified it a bit:
- Define `SCS_USE_MICROS` before including and the library will use `micros()` instead of `millis()`. ~~This may fix data reading from servos on ARM controllers (like Arduino Due)~~Examples explain everything you need to know to use it.
Maybe I'll translate everything later... If I can spare some time.Good luck!