MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / setSwapBytes

Method setSwapBytes

include/VectorDisplay.h:752–752  ·  view source on GitHub ↗

stub

Source from the content-addressed store, hash-verified

750
751 bool getSwapBytes(void) { return false; } // stub
752 void setSwapBytes(bool swap) { return; } // stub
753
754 virtual void begin(int width=VECTOR_DISPLAY_DEFAULT_WIDTH, int height=VECTOR_DISPLAY_DEFAULT_HEIGHT) override {
755 begin(115200, width, height);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected