Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
b64e3d0af7464e93b80e3c0436a72d1870c5ce41
/
.
/
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__