Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / self_test.c @ 1159

History | View | Annotate | Download (226 Bytes)

1 1152 deffi
#include "test_bom.h"
2
#include "global.h"
3
4
void self_test ()
5
{
6
        usb_puts("Doing self test" NL);
7
8
        // FIXME implement
9
        // move all movable parts a bit, and flahsh the lights
10
11
        usb_puts("Self test finished" NL);
12
}