Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (234 Bytes)

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