You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem has been solved by itself, and I would like to add the following macro definition to "/ SRC /util/inv_mpu.c", which is compatible with other platforms' support for this code.
#include <Arduino.h>
#ifndef min
#define min _min
#endif
#define MPU9250
The text was updated successfully, but these errors were encountered:
The problem has been solved by itself, and I would like to add the following macro definition to "/ SRC /util/inv_mpu.c", which is compatible with other platforms' support for this code.
#include <Arduino.h>
#ifndef min
#define min _min
#endif
#define MPU9250
The text was updated successfully, but these errors were encountered: