|
Caddy
A 2005 Roborodentia entry with vision and path planning capability
|
Caddy's main loop and Atmel initialization. More...
#include "robot_control.h"#include "motor_control.h"#include "camera.h"#include "encoder.h"#include "buttons.h"#include "tweak_data.h"#include "utility.h"#include "lcd_16x2.h"#include <avr/io.h>
Go to the source code of this file.
Macros | |
| #define | START_DELAY 5 |
Functions | |
| int | main (void) |
| Caddy's power-on entry function. | |
Caddy's main loop and Atmel initialization.
Definition in file caddy.c.
1.8.1.2