PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 satır
455B

  1. {
  2. "name": "OctoWS2811",
  3. "frameworks": "Arduino",
  4. "platforms": "Teensy",
  5. "keywords": "serial",
  6. "description": "Control thousands of WS2811/2812 LEDs at video refresh speeds",
  7. "homepage": "http://www.pjrc.com/teensy/td_libs_OctoWS2811.html",
  8. "authors":
  9. {
  10. "name": "Paul Stoffregen",
  11. "maintainer": true
  12. },
  13. "repository":
  14. {
  15. "type": "git",
  16. "url": "https://github.com/PaulStoffregen/OctoWS2811"
  17. },
  18. "version": "1.4"
  19. }