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 - Move functions into individual files to reduce code space #121

Closed AndyLindsay closed 6 years ago

AndyLindsay commented 6 years ago

Simple libraries use less Propeller microcontroller memory when files contain individual functions, or at most, the smallest subset of functions required for a given job.

AndyLindsay commented 6 years ago

Done here: https://github.com/parallaxinc/Simple-Libraries/tree/880ea6b9b4ea9cb3f0ea6e34fd1046ca6aff3a24

...but always make sure to get the latest here: https://github.com/parallaxinc/Simple-Libraries/tree/Community