ENSC3020-ELEC3020-des-car-2022/bot.h
Peter e65b30830e New tree because of the TARGET_POSITION macro. Original is at
http://github.com/Alphurious007/DES. Copy of the `peterus` branch which
has my code. Original was adapted from MoBot but I have added many
changes and replaced many parts so it is almost completely different.
2022-10-24 20:50:42 +08:00

17 lines
302 B
C

#ifndef _BOT_H
#define _BOT_H
#include "parameters.h"
#include "util.h"
#include "user_config.h"
#include "steering.h"
#include <NewPing.h>
#include <NMEAGPS.h>
#include <NeoSWSerial.h>
#include <Wire.h>
#include <LSM303.h>
#include <pins_arduino.h>
#include <avr/interrupt.h>
#endif