summaryrefslogtreecommitdiff
path: root/robot/setup.h
blob: 450e102dda9d790242a2171a5f3b62d6c06acad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

/** @file setup.h */

/**
 * runs once at startup, plays beep when setup finishes
 *
 * configures:
 * - serial connection (wixel)
 * - lcd display
 * - underside leds
 */
void w2_setup_main();