Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

checkPage()

Mammad900 edited this page Aug 29, 2020 · 1 revision

checkPage()

Summary

Adds responsibility to your application ( Responds to touches ). Updates button_pressed values, toggles check-box states if they were pressed, and updates slider values

If you don't know what it means, just call it frequently.

Parameters

None

Returns

Nothing

Example

void loop(){
    checkPage();
    // Application code
}