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