MCPcopy Create free account
hub / github.com/SmingHub/Sming / read_blocking

Method read_blocking

Sming/Libraries/SPI/src/Arch/Host/SPI.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 uint16_t read_blocking()
70 {
71 return read();
72 }
73
74 void write_blocking(uint16_t c)
75 {

Callers 1

transfer32Method · 0.45

Calls 1

readFunction · 0.85

Tested by

no test coverage detected