HomeSort by relevance Sort by last modified time
    Searched refs:LSBFIRST (Results 1 - 3 of 3) sorted by null

  /external/arduino/hardware/arduino/cores/arduino/
wiring_shift.c 33 if (bitOrder == LSBFIRST)
47 if (bitOrder == LSBFIRST)
wiring.h 54 #define LSBFIRST 0
  /external/arduino/libraries/SPI/
SPI.cpp 44 if(bitOrder == LSBFIRST) {

Completed in 1170 milliseconds