OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:digitalRead
(Results
1 - 3
of
3
) sorted by null
/external/arduino/hardware/arduino/cores/arduino/
wiring_shift.c
34
value |=
digitalRead
(dataPin) << i;
36
value |=
digitalRead
(dataPin) << (7 - i);
wiring.h
113
int
digitalRead
(uint8_t);
wiring_digital.c
59
// each
digitalread
or write.
152
int
digitalRead
(uint8_t pin)
Completed in 123 milliseconds