PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

library.properties 651B

vor 3 Jahren
12345678910
  1. name=SoftwareSerial
  2. version=1.0
  3. author=Arduino
  4. maintainer=Paul Stoffregen
  5. sentence=Enables serial communication on any digital pin.
  6. paragraph=The SoftwareSerial library has been developed to allow serial communication, using software to replicate the functionality of the hardware UART. It is possible to have multiple software serial ports with speeds up to 115200 bps. On 32 bit Teensy boards, SoftwareSerial uses the real hardware serial ports (and is restricted to only those pins), but allows compatibility with programs that depend on SoftwareSerial.
  7. category=Communication
  8. url=http://www.arduino.cc/en/Reference/SoftwareSerial
  9. architectures=*