Added Uart1 example
This commit is contained in:
parent
48e312d076
commit
4a25398c1e
@ -14,8 +14,10 @@ void newUartUsage()
|
||||
{
|
||||
using namespace uart;
|
||||
Uart0<> serial;
|
||||
Uart1<> serial1;
|
||||
|
||||
serial << "Hello World from RAM. " << F("Hello World from flash\r\n");
|
||||
serial1 << "Hello World from RAM. " << F("Hello World from flash\r\n");
|
||||
|
||||
_delay_ms(1000);
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 099be106a74689beddab26a630ab423d83200f41
|
||||
Subproject commit f0a3cd6da8d6e7152064be2f1145cabba56c6e32
|
Loading…
Reference in New Issue
Block a user