MCPcopy 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
84static 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

sendCommandFunction · 0.85
lcd128x64updateFunction · 0.85

Calls 3

digitalWriteFunction · 0.85
digitalWriteByteFunction · 0.85
strobeFunction · 0.70

Tested by

no test coverage detected