Added a test script to control the test, using python.

This commit is contained in:
maniacbug
2011-07-13 15:02:03 -07:00
parent 77411b4ec5
commit 22b4c558cd
3 changed files with 30 additions and 2 deletions

View File

@@ -239,9 +239,9 @@ void loop(void)
detachInterrupt(0);
printf("\n\r+OK ");
if ( passed )
printf("PASS\n\r");
printf("PASS\n\r\n\r");
else
printf("FAIL\n\r");
printf("FAIL\n\r\n\r");
// Wait here
while(1) {}