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

Method write

Sming/Libraries/LiquidCrystal/LCD.cpp:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335
336#if (ARDUINO < 100)
337void LCD::write(uint8_t value)
338{
339 send(value, DATA);
340}
341#else
342size_t LCD::write(uint8_t value)
343{

Callers 3

setBacklightMethod · 0.45
initMethod · 0.45
pulseEnableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected