PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

20 linhas
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. }