Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (183 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 1182 deffi
        encoders_init ();
8
        rbom_init ();
9
        wall_init ();
10
        turntable_init ();
11 1151 deffi
}