Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (141 Bytes)

1 1876 markwill
#ifndef HIGHWAYS_H
2
#define HIGHWAYS_H
3
4 1890 markwill
int highwayFSM(void);
5
void highwayStart(void);
6 1876 markwill
7 1889 markwill
#define COUNT_MAX 12
8 1900 markwill
#define PASS_DISTANCE 275
9 1876 markwill
#endif