kopia lustrzana https://github.com/pjalocha/esp32-ogn-tracker
12 wiersze
134 B
C
12 wiersze
134 B
C
![]() |
#ifndef __IMU_H__
|
||
|
#define __IMU_H__
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C"
|
||
|
#endif
|
||
|
void vTaskIMU(void* pvParameters);
|
||
|
|
||
|
#endif // __IMU_H__
|
||
|
|
||
|
|