dragonfly_lib.h

Go to the documentation of this file.
00001 
00010 #ifndef _DRAGONFLY_LIB_H_
00011 #define _DRAGONFLY_LIB_H_
00012 
00018 // Configuration definitions
00020 #define ANALOG 0x01
00021 
00022 #define SERIAL 0x02
00023 
00024 #define USB    0x02
00025 
00026 #define COMM   0x02
00027 
00028 #define ORB    0x04
00029 
00030 #define MOTORS 0x08
00031 
00032 #define SERVOS 0x10
00033 
00034 #define I2C    0x20
00035 
00036 #define BUZZER 0x40
00037 
00038 #define LCD    0x80
00039 
00040 #define ALL_ON 0xFF
00041 
00042 
00044 void dragonfly_init(int config);
00045  //end addtogroup
00047 
00048 #include <inttypes.h>
00049 #include <stdio.h>
00050 #include <stdlib.h>
00051 #include <avr/io.h>
00052 #include <avr/interrupt.h>
00053 #include <util/delay.h>
00054 #include <util/twi.h>
00055 
00056 #include <analog.h>
00057 #include <dio.h>
00058 #include <time.h>
00059 #include <lcd.h>
00060 #include <lights.h>
00061 #include <motor.h>
00062 #include <serial.h>
00063 #include <buzzer.h>
00064 #include <rangefinder.h>
00065 #include <bom.h>
00066 #include <move.h>
00067 #include <reset.h>
00068 #include <math.h>
00069 
00070 #endif
00071 

Generated on Wed Sep 26 17:39:30 2007 for libdragonfly by  doxygen 1.4.6