Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / traffic_navigation / highways.h @ 1877

History | View | Annotate | Download (119 Bytes)

1
#ifndef HIGHWAYS_H
2
#define HIGHWAYS_H
3

    
4
void driveHighway(void);
5

    
6

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