RocketLogger  1.1
rl_hw.h
Go to the documentation of this file.
1 
31 #ifndef RL_HW_H_
32 #define RL_HW_H_
33 
34 #include "ambient.h"
35 #include "gpio.h"
36 #include "pru.h"
37 #include "pwm.h"
38 #include "types.h"
39 #include "util.h"
40 
42 #define FHR1_GPIO 30
43 #define FHR2_GPIO 60
45 #define LED_STATUS_GPIO 45
47 #define LED_ERROR_GPIO 44
49 
50 void hw_init(struct rl_conf* conf);
51 void hw_close(struct rl_conf* conf);
52 int hw_sample(struct rl_conf* conf, char* file_comment);
53 
54 #endif /* RL_HW_H_ */
Definition: types.h:246
void hw_init(struct rl_conf *conf)
Definition: rl_hw.c:39
int hw_sample(struct rl_conf *conf, char *file_comment)
Definition: rl_hw.c:127
void hw_close(struct rl_conf *conf)
Definition: rl_hw.c:91