Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. fishermans
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by fishermans

    • fishermans

      PlatformIO not longer working with MySensors
      Troubleshooting • • fishermans  

      6
      0
      Votes
      6
      Posts
      1272
      Views

      leroyl

      Dropping this here for future searchers: I'm seeing this with the platformio framework-arduinoststm32-maple framework as well. The problem appears to be multiple definitions of premain() and main(). I suspect one should be marked with the "weak" attribute to allow the other to override as needed. Though the question is which one? (NOTE: I'm not sure if the Arduino compiler/linker know/care about "weak") I'm new to the platformio so am having trouble sorting out what is coming from where in order to know who to ask about this. I'm suspecting its the stm32duino folks. Take a look at this forum comment where I've shown the syntax for the "weak" attribute if interested in going this route.
    • fishermans

      Sleep mode for bmp280
      Hardware • • fishermans  

      7
      4
      Votes
      7
      Posts
      3282
      Views

      __isded__

      Just wanted to say thanks for this, it is still relevant and useful six years later !