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

libws2812 doesn't work with some production variations #191

Open AndyLindsay opened 5 years ago

AndyLindsay commented 5 years ago

Discussion notes:

Initially:

Next:

If a custom driver is needed: In Simple Libraries, cog 0 already has space reserved for inline terminal communication, so we probably won't replace the driver with one that's inline. It'll likely be a CogC or PASM library, depending on the author's preference.