parallaxinc / Simple-Libraries

Contents of the SimpleIDE workspace folder and its Parallax Learn Simple Libraries subfolder.
http://learn.parallax.com/propeller-c-set-simpleide/update-your-learn-folder
21 stars 21 forks source link

servo360 - Add scalar for coupling control #137

Closed AndyLindsay closed 6 years ago

AndyLindsay commented 6 years ago

int servo360_setCoupleScale(int pinA, int pinB, int scale);

Scale is in terms of milli, and defaults to 2000 if you don't call this function after calling servo360_couple().

AndyLindsay commented 6 years ago

Closed in this commit, but always make sure to get the latest from the community branch.

AndyLindsay commented 6 years ago

I accidentally left #define console uncommented in servo360.h. It more than doubles memory usage. Sorry, corrected in this commit, but always make sure to get the latest from the community branch.