Arduino-GPIO
General Purpose Input/Output (GPIO) library for Arduino
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
SoftwareSerial.ino
Go to the documentation of this file.
1
#include "GPIO.h"
2
#include "
Software/Serial.h
"
3
4
Software::Serial<BOARD::D13>
outs
;
5
6
void
setup
()
7
{
8
// outs.begin(9600);
9
outs.
begin
(57600);
10
// outs.begin(114200);
11
// outs.begin(230400);
12
// outs.begin(250000);
13
}
14
15
void
loop
()
16
{
17
outs.println(millis());
18
delay(10);
19
}
Software::Serial::begin
void begin(uint32_t baudrate)
Definition:
Serial.h:50
loop
void loop()
Definition:
SoftwareSerial.ino:15
setup
void setup()
Definition:
SoftwareSerial.ino:6
Serial.h
Software::Serial
Definition:
Serial.h:31
outs
Software::Serial< BOARD::D13 > outs
Definition:
SoftwareSerial.ino:4
examples
SoftwareSerial
SoftwareSerial.ino
Generated on Sat Oct 14 2017 16:03:22 for Arduino-GPIO by
1.8.11