PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

library.json 455B

il y a 3 ans
12345678910111213141516171819
  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. }