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.

56 lines
1.6KB

  1. {
  2. "name": "FastLED",
  3. "description": "FastLED is a library for programming addressable rgb led strips (APA102/Dotstar, WS2812/Neopixel, LPD8806, and a dozen others) acting both as a driver and as a library for color management and fast math.",
  4. "keywords": "led,noise,rgb,math,fast",
  5. "authors": [
  6. {
  7. "name": "Daniel Garcia",
  8. "url": "https://github.com/focalintent",
  9. "maintainer": true
  10. },
  11. {
  12. "name": "Mark Kriegsman",
  13. "url": "https://github.com/kriegsman",
  14. "maintainer": true
  15. },
  16. {
  17. "name": "Sam Guyer",
  18. "url": "https://github.com/samguyer",
  19. "maintainer": true
  20. },
  21. {
  22. "name": "Jason Coon",
  23. "url": "https://github.com/jasoncoon",
  24. "maintainer": true
  25. },
  26. {
  27. "name": "Josh Huber",
  28. "url": "https://github.com/uberjay",
  29. "maintainer": true
  30. }
  31. ],
  32. "repository": {
  33. "type": "git",
  34. "url": "https://github.com/FastLED/FastLED.git"
  35. },
  36. "version": "3.3.3",
  37. "license": "MIT",
  38. "homepage": "http://fastled.io",
  39. "frameworks": "arduino",
  40. "platforms": "atmelavr, atmelsam, freescalekinetis, nordicnrf51, nxplpc, ststm32, teensy, espressif8266, espressif32, nordicnrf52",
  41. "export": {
  42. "exclude": [
  43. "docs",
  44. "extras"
  45. ]
  46. },
  47. "build": {
  48. "srcFilter": [
  49. "+<*.c>",
  50. "+<*.cpp>",
  51. "+<*.h>"
  52. ],
  53. "libArchive": false
  54. }
  55. }