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.

il y a 3 ans
123456789101112131415161718
  1. {
  2. "name": "AltSoftSerial",
  3. "frameworks": "Arduino",
  4. "keywords": "serial",
  5. "description": "Alternate Software Serial",
  6. "url": "http://www.pjrc.com/teensy/td_libs_AltSoftSerial.html",
  7. "authors":
  8. {
  9. "name": "Paul Stoffregen",
  10. "maintainer": true
  11. },
  12. "repository":
  13. {
  14. "type": "git",
  15. "url": "https://github.com/PaulStoffregen/AltSoftSerial"
  16. },
  17. "version": "1.4"
  18. }