Navigation

    M5Stack Community

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

    Topics created by hrsavla

    • H

      SHT3x utility problem
      Arduino • • hrsavla

      2
      0
      Votes
      2
      Posts
      807
      Views

      Hello @hrsavla there are multiple issues to fix this for compilation with Arduino framework 2.0.1. I've attempted to solve those issues here - try it at your own risk. Thanks Felix
    • H

      Not able to compile helloworld for M5paper
      Arduino • • hrsavla

      6
      0
      Votes
      6
      Posts
      1934
      Views

      C

      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