11 lines
192 B
C
11 lines
192 B
C
#if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
int gyro_init(void);
|
|
void gyro_poll(void);
|
|
|
|
#if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus)
|
|
}
|
|
#endif
|