Project

General

Profile

Revision 1889

Updated main to include a break and highways.h to prototype files

View differences:

highways.h
1 1
#ifndef HIGHWAYS_H
2 2
#define HIGHWAYS_H
3 3

  
4
void driveHighway(void);
4
void highwayFSM(void);
5 5

  
6 6

  
7
#define COUNT_MAX 8
7
#define COUNT_MAX 12
8 8
#define PASS_DISTANCE 150
9 9
#endif

Also available in: Unified diff