Search:

Type: Posts; User: MichaelMMs

Search: Search took 0.01 seconds.

  1. hi Sir Galahad...

    hi Sir Galahad,

    thanks, you are right.
  2. Hi Salem, your second function behaves the...

    Hi Salem,

    your second function behaves the same.
    The input string comes from a global running task, so no user input string,

    the output of the function goes to a LCD Class to be displayed on...
  3. Thx for your work! I use: ...

    Thx for your work!

    I use:


    Serial.println("Free Heap: "+String(ESP.getFreeHeap()));

    to get free Heap

    I run the function as a method in class on a ESP32.
  4. String Vector Class -> data persists on heap memory?

    Hello,

    I use this following function (on a microcontroller) to split a string into parts by using a delemiter.

    E.g.:


    std::vector<std::string> parts =...
  5. Replies
    2
    Views
    1,581

    Hi John, ok, I thought it would be quite...

    Hi John,

    ok, I thought it would be quite complex:)
    Thanks a lot, I will try it.

    Michael
  6. Replies
    2
    Views
    1,581

    Class -> Array Setter, how to?

    Hello,

    i have a Class with two arrays (for LC-Display control)
    I want to set two arrays from outsite via a setter call.

    Here it my code:


    class userMenu
    {
  7. Replies
    2
    Views
    2,677

    Thanks a lot, I will try it!

    Thanks a lot, I will try it!
  8. Replies
    2
    Views
    2,677

    Use Class in own Class / constructors

    Greetings,

    I am an OOP beginner and have the following question:

    I have my own class and want to use another class (movingAvgFloat.h) to calculate a moving average.
    (GitHub -...
Results 1 to 8 of 8