Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / hardware.c @ 1281

History | View | Annotate | Download (182 Bytes)

1 1182 deffi
#include "hardware.h"
2 1151 deffi
3
void hardware_init ()
4
{
5 1166 deffi
        usb_puts ("# Initializing station hardware" NL);
6 1151 deffi
7 1251 deffi
        dynamos_init ();
8 1254 deffi
        ibom_init ();
9 1182 deffi
        wall_init ();
10
        turntable_init ();
11 1151 deffi
}