PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

library.properties 651B

3 лет назад
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=*