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.

13 linhas
274B

  1. {
  2. "name": "Ethernet",
  3. "keywords": "http, web, server, ethernet",
  4. "description": "Ethernet Library for Teensy",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/PaulStoffregen/Ethernet.git"
  9. },
  10. "frameworks": "arduino",
  11. "platforms": "teensy"
  12. }