RocketLogger
1.1
Main Page
Data Structures
Files
File List
Globals
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_ */
types.h
pwm.h
gpio.h
rl_conf
Definition:
types.h:246
util.h
hw_init
void hw_init(struct rl_conf *conf)
Definition:
rl_hw.c:39
ambient.h
hw_sample
int hw_sample(struct rl_conf *conf, char *file_comment)
Definition:
rl_hw.c:127
hw_close
void hw_close(struct rl_conf *conf)
Definition:
rl_hw.c:91
pru.h
rl_hw.h
Generated by
1.8.11