OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCK
(Results
1 - 2
of
2
) sorted by null
/external/arduino/libraries/SPI/
SPI.cpp
17
// Set direction register for
SCK
and MOSI pin.
23
pinMode(
SCK
, OUTPUT);
27
digitalWrite(
SCK
, LOW);
/external/arduino/hardware/arduino/cores/arduino/
pins_arduino.h
56
const static uint8_t
SCK
= 52;
61
const static uint8_t
SCK
= 13;
Completed in 23 milliseconds