mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
Revert "SoftwareSerial library to the new format"
This reverts commit 38c3bbbd3c83eda057d4857635fbd78a4785c3a4.
This commit is contained in:
parent
9a9652d506
commit
7f17170678
@ -41,7 +41,7 @@ http://arduiniana.org.
|
||||
#include <avr/interrupt.h>
|
||||
#include <avr/pgmspace.h>
|
||||
#include <Arduino.h>
|
||||
#include <SoftwareSerial_Class.h>
|
||||
#include <SoftwareSerial.h>
|
||||
//
|
||||
// Lookup table
|
||||
//
|
@ -1,10 +0,0 @@
|
||||
name=SoftwareSerial
|
||||
author=
|
||||
email=
|
||||
sentence=Emulate a serial port via software
|
||||
paragraph=You can choose two Arduino pins and use them as RX and TX channels of a serial interface.</br>This library emulate in software the behaviour of a serial interface.</br>For the RX pis in mandatory to use a pin with the PinChange interrupt capability.
|
||||
url=http://arduino.cc/en/Reference/SoftwareSerial
|
||||
architectures=avr
|
||||
version=1.0
|
||||
dependencies=
|
||||
core-dependencies=arduino (>=1.5.0)
|
@ -1 +0,0 @@
|
||||
#include <SoftwareSerial_Class.h>
|
Loading…
x
Reference in New Issue
Block a user