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.

library.json 394B

3 years ago
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. }