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.

24 linhas
659B

  1. {
  2. "name": "MIDI Library",
  3. "version": "5.0.2",
  4. "keywords": "midi",
  5. "description": "Enables MIDI I/O communications on the Arduino serial ports",
  6. "license": "MIT",
  7. "authors": {
  8. "name": "Francois Best",
  9. "email": "contact@francoisbest.com",
  10. "url": "https://github.com/Franky47",
  11. "maintainer": true
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/FortySevenEffects/arduino_midi_library.git",
  16. "branch": "master"
  17. },
  18. "export": {
  19. "include": ["src", "examples"]
  20. },
  21. "frameworks": "arduino",
  22. "platforms": ["atmelavr", "atmelsam", "teensy"]
  23. }