diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2019-02-28 17:04:22 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2019-02-28 17:04:22 -0500 |
commit | d6869d1ec4bd24cd2c3eafa534f0849b25ec5607 (patch) | |
tree | 79e54ed27b39c31864895535d11399708d5a45c0 /arduino/libraries/SoftwareSerial/library.properties | |
parent | 614ee97bf3a2270c413527a7f35c54cbecd9e601 (diff) |
added basic code
Diffstat (limited to 'arduino/libraries/SoftwareSerial/library.properties')
-rwxr-xr-x | arduino/libraries/SoftwareSerial/library.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arduino/libraries/SoftwareSerial/library.properties b/arduino/libraries/SoftwareSerial/library.properties new file mode 100755 index 0000000..9a6a10e --- /dev/null +++ b/arduino/libraries/SoftwareSerial/library.properties @@ -0,0 +1,9 @@ +name=SoftwareSerial +version=1.0.0 +author=Arduino +maintainer=Arduino <swdev@arduino.org> +sentence=Enables serial communication on digital pins. +paragraph=The SoftwareSerial library has been developed to allow serial communication on any digital pin of the board, 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. +category=Communication +url=http://arduino.cc/en/Reference/SoftwareSerial +architectures=nrf52 |