From d6869d1ec4bd24cd2c3eafa534f0849b25ec5607 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 28 Feb 2019 17:04:22 -0500 Subject: added basic code --- arduino/libraries/SoftwareSerial/library.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 arduino/libraries/SoftwareSerial/library.properties (limited to 'arduino/libraries/SoftwareSerial/library.properties') 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 +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 -- cgit v1.2.3