G
Reaction score
4

Latest activity Postings About

    • G
      What about something for industrial applications: - 24V power input, (12-36 volts ideally) with lots of protection and filtering. - RS485, with selectable 120ohms termination, for modbus - CAN, with selectable 120ohms termination, for CANOPEN -...
    • G
      Gibbedy reacted to shawn's post in the thread ESP-32 if logic is broken or i am broken with Like Like.
      Missing any return from all execution paths is usually a warning. To make this specific warning an error, use "-Werror=return-type" in your compiler options. May I suggest also adding "-Wall" to your build options? (Teensyduino includes that by...
    • G
      I tested and even with compiler warnings set to "none", a teensy4.1 gives you the warning at compile time where with esp32 dev module it doesn't so it's treated differently like you suggest.
    • G
      A summary of this: What happened: Illogical runtime logic was occurring. An if statement block was being executed at runtime, where debugging print statements showed the conditions inside that statement block would mean the if condition should...
    • G
      defragster, Thankyou so very much. Failing to return a value from a function was the cause of this situation. I should have come here sooner. Thanks. Gavin.
    • G
      Hello defragster. All print statements are in there to make sense of what illogical situation is going on. The if condition is met by having a value of deltaTime > 1000, and yet it prints the deltaTime value as 0 inside the if's statement...
    • G
      Not a teensy but i need help on this. I have one of those dev board aliexpress 38pin jobs. The controller is labled ESP-32. How is it possible that I get this terminal output (when the PE input is pulsed on and off: deltaTime = 0 This should not...
  • Loading…
  • Loading…
Back
Top