master board program  v. 2 - 2018
/home/krtko/robocup_2018/robocup_2018/ultrasonic.h
Go to the documentation of this file.
1 #ifndef ULTRASONIC_H_
2 #define ULTRASONIC_H_
3 
4 #include "hal.h"
5 #include "ch.h"
6 #include "leds.h"
7 #include "jetson.h"
8 #include "config.h"
9 
10 #define MIN_PULSE_LENGTH 1
11 #define MAX_PULSE_LENGTH 3000
12 
13 void icuwidthcb(ICUDriver *icup);
14 
15 void icuoverflowcb(ICUDriver *icup);
16 
17 void ultrasonic_init(void);
18 
19 #endif
20 
void icuoverflowcb(ICUDriver *icup)
Definition: ultrasonic.c:40
void icuwidthcb(ICUDriver *icup)
Definition: ultrasonic.c:4
void ultrasonic_init(void)
Definition: ultrasonic.c:123