PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

library.json 394B

3 år sedan
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. }