Code for autonomous ground vehicle, Data Bus, 3rd place winner in 2012 Sparkfun AVC.

Dependencies:   Watchdog mbed Schedule SimpleFilter LSM303DLM PinDetect DebounceIn Servo

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers types.h Source File

types.h

00001 #ifndef __TYPES_H
00002 #define __TYPES_H
00003 
00004 typedef char byte;
00005 typedef int millis;
00006 
00007 #endif