Project

General

Profile

Revision 1890

Did stuff, but its not complete yet

View differences:

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

  
4
void highwayFSM(void);
4
int highwayFSM(void);
5
void highwayStart(void);
5 6

  
6

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

Also available in: Unified diff