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

  /external/arduino/libraries/Wire/utility/
twi.h 31 #ifndef TWI_FREQ
32 #define TWI_FREQ 100000L
twi.c 82 TWBR = ((CPU_FREQ / TWI_FREQ) - 16) / 2;

Completed in 279 milliseconds