RocketLogger  1.0
rl_hw.h
Go to the documentation of this file.
1 
5 #include "types.h"
6 #include "util.h"
7 #include "gpio.h"
8 #include "pwm.h"
9 #include "pru.h"
10 
12 #define FHR1_GPIO 30
13 #define FHR2_GPIO 60
15 #define LED_STATUS_GPIO 45
17 #define LED_ERROR_GPIO 44
19 
20 void hw_init(struct rl_conf* conf);
21 void hw_close(struct rl_conf* conf);
22 int hw_sample(struct rl_conf* conf);
Definition: types.h:202
void hw_init(struct rl_conf *conf)
Definition: rl_hw.c:13
void hw_close(struct rl_conf *conf)
Definition: rl_hw.c:56
int hw_sample(struct rl_conf *conf)
Definition: rl_hw.c:85