PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

library.properties 651B

pirms 3 gadiem
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=*