Skip to content

Commit 0405198

Browse files
committed
Added UART to testing.
1 parent e077c9a commit 0405198

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/tests/LPC1114/Blinky/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ DigitalOut led(P1_9);
44

55
int main() {
66
while (1) {
7+
printf("Testing...\r\n");
78
led = 1;
9+
printf("LED on");
810
wait(0.5);
911
led = 0;
1012
wait(0.5);

0 commit comments

Comments
 (0)