Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
geiger_counter.h
Go to the documentation of this file.
1 #ifndef GEIGER_COUNTER_H
2 #define GEIGER_COUNTER_H
3 
4 #include "std.h"
5 
6 void geiger_counter_init(void);
7 void geiger_counter_periodic(void);
8 void geiger_counter_event(void);
9 
10 #endif
11 
void geiger_counter_periodic(void)
void geiger_counter_init(void)
void geiger_counter_event(void)