MCPcopy Create free account
hub / github.com/andysworkshop/stm32plus / run

Method run

examples/pframe/PictureFrame.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 */
14
15void PictureFrame::run() {
16
17 if(!initialise())
18 return;
19
20 processEvents();
21}
22
23
24/*

Callers 1

processClickMethod · 0.45

Calls 1

initialiseFunction · 0.50

Tested by

no test coverage detected