Paparazzi UAS v7.0_unstable
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
6void geiger_counter_init(void);
8void geiger_counter_event(void);
9
10#endif
11
void geiger_counter_periodic(void)
void geiger_counter_init(void)
void geiger_counter_event(void)