Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
static void strobe (void)
72
{
73
digitalWrite (STROBE, 1) ; delayMicroseconds (1) ;
74
digitalWrite (STROBE, 0) ; delayMicroseconds (5) ;
75
}
76
77
78
/*
Callers
1
sendData
Function · 0.70
Calls
2
digitalWrite
Function · 0.85
delayMicroseconds
Function · 0.85
Tested by
no test coverage detected