forked from PaulStoffregen/SoftwareSerial
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlibray.json
31 lines (31 loc) · 1 KB
/
libray.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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": "[email protected]"
}
],
"dependencies": [
],
"version": "1.0",
"frameworks": "arduino",
"platforms": "*"
}