Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
337
void LCD::write(uint8_t value)
338
{
339
send(value, DATA);
340
}
341
#else
342
size_t LCD::write(uint8_t value)
343
{
Callers
3
setBacklight
Method · 0.45
init
Method · 0.45
pulseEnable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected