PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

25 Zeilen
504B

  1. {
  2. "name": "IRremote",
  3. "keywords": "infrared, ir, remote",
  4. "description": "Send and receive infrared signals with multiple protocols",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/z3t0/Arduino-IRremote.git"
  9. },
  10. "version": "2.3.3",
  11. "frameworks": "arduino",
  12. "platforms": "atmelavr",
  13. "authors" :
  14. [
  15. {
  16. "name":"Rafi Khan",
  17. "email":"zetoslab@gmail.com"
  18. },
  19. {
  20. "name":"Ken Shirriff",
  21. "email":"ken.shirriff@gmail.com"
  22. }
  23. ]
  24. }