Added UART to testing.

pull/17/head
Matthew Else 2013-07-19 14:13:38 +01:00
parent e077c9ad1f
commit 04051989bd
1 changed files with 2 additions and 0 deletions

View File

@ -4,7 +4,9 @@ DigitalOut led(P1_9);
int main() {
while (1) {
printf("Testing...\r\n");
led = 1;
printf("LED on");
wait(0.5);
led = 0;
wait(0.5);