MCPcopy Create free account
hub / github.com/WiringPi/WiringPi / strobe

Function strobe

devLib/lcd128x64.c:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 */
70
71static void strobe (void)
72{
73 digitalWrite (STROBE, 1) ; delayMicroseconds (1) ;
74 digitalWrite (STROBE, 0) ; delayMicroseconds (5) ;
75}
76
77
78/*

Callers 1

sendDataFunction · 0.70

Calls 2

digitalWriteFunction · 0.85
delayMicrosecondsFunction · 0.85

Tested by

no test coverage detected