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.

25 lines
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. }