pentabug/firmware/include/pentabug/photons.h
2013-09-03 21:25:07 +02:00

13 lines
166 B
C

#ifndef PHOTONS_H
#define PHOTONS_H
#include <stdint.h>
void photons_init(void);
void photons_stop(void);
uint8_t photons_measure(void);
#endif /* PHOTONS_H */