Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
6eb01d16a726f7093218608c4d58b2da67d85ec4
/
.
/
gyro_board
/
src
/
usb
/
analog.h
blob: e9704f6fade758d3e9fcfdf3b3144ff9ba8f6655 [
file
] [
log
] [
blame
]
#ifndef
__ANALOG_H__
#define
__ANALOG_H__
void
analog_init
(
void
);
int
analog
(
int
chan
);
int
digital
(
int
chan
);
int
encoder_bits
(
int
chan
);
void
encoder_init
(
void
);
int32_t
encoder_val
(
int
chan
);
int
dip
(
int
chan
);
#endif
// __ANALOG_H__