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

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