Kuhnya Changed IP for MQTT. Added JLed
This commit is contained in:
10
KorMYS/.pio/libdeps/uno/SoftwareSerial/library.properties
Normal file
10
KorMYS/.pio/libdeps/uno/SoftwareSerial/library.properties
Normal file
@@ -0,0 +1,10 @@
|
||||
name=SoftwareSerial
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Paul Stoffregen
|
||||
sentence=Enables serial communication on any digital pin.
|
||||
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.
|
||||
category=Communication
|
||||
url=http://www.arduino.cc/en/Reference/SoftwareSerial
|
||||
architectures=*
|
||||
|
||||
Reference in New Issue
Block a user