We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1aeb25 commit bee8561Copy full SHA for bee8561
1 file changed
libraries/Wire/src/utility/twi.c
@@ -45,7 +45,9 @@ extern "C" {
45
46
/* Private Defines */
47
/// @brief I2C timout in tick unit
48
+#ifndef I2C_TIMEOUT_TICK
49
#define I2C_TIMEOUT_TICK 100
50
+#endif
51
52
#define SLAVE_MODE_TRANSMIT 0
53
#define SLAVE_MODE_RECEIVE 1
0 commit comments