Project

General

Profile

Revision 1877

added highways.h to the traffic_navigation.h file, made highways.c/h actually work for merging left. changed main.c to run the new highways.c code.

View differences:

highways.h
4 4
void driveHighway(void);
5 5

  
6 6

  
7
#define COUNT_MAX 5
8
#define PASS_DISTANCE 100
7
#define COUNT_MAX 8
8
#define PASS_DISTANCE 150
9 9
#endif

Also available in: Unified diff