Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
433d643ba8e18ad3a49b6dae080efd4b6197a2d8
/
.
/
gyro_board
/
src
/
usb
/
analog.h
blob: 1de38e7f912f75d87481ae3250f214989efd1e36 [
file
] [
log
] [
blame
]
#ifndef
__ANALOG_H__
#define
__ANALOG_H__
#include
<stdint.h>
void
analog_init
(
void
);
int
analog
(
int
channel
);
#endif
// __ANALOG_H__