Wombat Environmental Node 1.0
An environmental node for SDI-12 and digital sensors.
Loading...
Searching...
No Matches
ulp.h
Go to the documentation of this file.
1#ifndef WOMBAT_ULP_H
2#define WOMBAT_ULP_H
3
4void initULP(void);
5uint32_t get_pulse_count(void);
6uint32_t get_shortest_pulse(void);
7
8#endif //WOMBAT_ULP_H
uint32_t get_pulse_count(void)
Definition: ulp.cpp:69
void initULP(void)
Definition: ulp.cpp:25
uint32_t get_shortest_pulse(void)
Definition: ulp.cpp:79