MCPcopy Create free account
hub / github.com/PricelessToolkit/MailBoxGuard / getUiState

Method getUiState

Code/Arduino_libraries/SSD1306/OLEDDisplayUi.cpp:224–226  ·  view source on GitHub ↗

-/----- State information -----\-

Source from the content-addressed store, hash-verified

222
223// -/----- State information -----\-
224OLEDDisplayUiState* OLEDDisplayUi::getUiState(){
225 return &this->state;
226}
227
228int16_t OLEDDisplayUi::update(){
229#ifdef ARDUINO

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected