Kuhnya Changed IP for MQTT. Added JLed
This commit is contained in:
31
KorMYS/.pio/libdeps/uno/SoftwareSerial/libray.json
Normal file
31
KorMYS/.pio/libdeps/uno/SoftwareSerial/libray.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "SoftwareSerial",
|
||||
"keywords": "SoftwareSerial",
|
||||
"description": "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.",
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/featherfly/SoftwareSerial.git"
|
||||
},
|
||||
"authors":
|
||||
[
|
||||
{
|
||||
"name": "Arduino",
|
||||
"maintainer": true,
|
||||
"url": "https://www.arduino.cc"
|
||||
},
|
||||
{
|
||||
"name": "Paul Stoffregen",
|
||||
"maintainer": true
|
||||
},
|
||||
{
|
||||
"name": "yufei",
|
||||
"email": "featherfly@foxmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
],
|
||||
"version": "1.0",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user