project-sternbergia / cybergear_m5

M5 stack library for cybergear
MIT License
101 stars 8 forks source link

M5STACK.h not found #33

Open UsernameNotActive opened 1 month ago

UsernameNotActive commented 1 month ago

I imported the four libraries. When I try running the example code, I get this error.

chikuta commented 4 weeks ago

Hi, I apologize, but I don’t have enough information to fully understand what environment you are using and what issues you are facing. Could you at least provide details on which development environment you’re using, which board you’re working with, and what you’re trying to achieve?

UsernameNotActive commented 4 weeks ago

When I try running the file, I get: Compilation error: cybergear_bridge.hh: No such file or directory The same error occurs for the M5_stack library as well. I tried running using Arduino IDE and PlatformIO (visual studio code extension). I tried deleted and reimporting the libraries, using Arduino IDE imports, and import through terminal. I don't know what the problem could be.

my File path: Arduino |__Cybergear_m5-main | |__examples | |__control_mode_example | |_control_mode_example.ino |__Libraries |__cybergear_m5 |__M5Stack |__etc..