Open BH2VSQ opened 1 year ago
I installed the package and open the example "IMU.ino". After I click the compilation, the software told me that 'I2C_IMU' does not name a type. So Whether I need to install a library to make the 'I2C_IMU' useable?
This library is externally referenced to M5CoreS3 and needs to be used in conjunction with it.
I added #include
^`
Are there any solutions to make it works on ESP32C3 Module?
M5CoreS3 use esps3 chip..
I installed the package and open the example "IMU.ino". After I click the compilation, the software told me that 'I2C_IMU' does not name a type. So Whether I need to install a library to make the 'I2C_IMU' useable?