Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WiringPi/WiringPi
/ sendData
Function
sendData
devLib/lcd128x64.c:84–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
*/
83
84
static void sendData (const int data, const int chip)
85
{
86
digitalWrite (chip, 0) ;
87
digitalWriteByte (data) ;
88
strobe () ;
89
digitalWrite (chip, 1) ;
90
}
91
92
93
/*
Callers
2
sendCommand
Function · 0.85
lcd128x64update
Function · 0.85
Calls
3
digitalWrite
Function · 0.85
digitalWriteByte
Function · 0.85
strobe
Function · 0.70
Tested by
no test coverage detected