Menu

Sketch's loop() function

Vanyamba Software

You should add dumpmonLoop() function call into the sketch's loop() function:

void loop() {
    dumpmonLoop();    // DumpMon's loop function call.
}

Related

Wiki: Home
Wiki: How to initialize the library