Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. chhafner
    3. Posts
    C
    • Continue chat with chhafner
    • Start new chat with chhafner
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by chhafner

    • RE: Not able to compile helloworld for M5paper

      Hi
      I had the same problem, but the suggested (uint16_t) correction in M5EPD.cpp lead to another problem: in the files adc.h, the statement
      #include "soc/adc_channel.h" must be inserted after tge firts #include statement.
      Chris

      posted in Arduino
      C
      chhafner
    • RE: Not able to compile helloworld for M5paper

      I got the same compiler errors after inserting (uint...) the firs error disappears - thanks for your hint! But then, I receive a bunch of errors because ADC1_GPI35_CHANNEL 'was not declared in this scope'. Since M5EPD.cpp includes various *.h files, which again inclut files that include... it is hard to find out where ADC _... is declared. I would be grateful if you could tell me. Maybe, something went wrong in my installation.
      Icidentally, compilation takes extremely long, probably because I have very many paths to *.h files under ...ArduinoData\packages\m5Stack
      Thanks for any hint.
      Chris

      posted in Arduino
      C
      chhafner