1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-16 00:43:00 +03:00

fix i2c frequency setup

This commit is contained in:
Ivan Grokhotkov
2015-02-11 18:21:14 +03:00
parent a43d6ff9cb
commit ad216c0ef5
2 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,7 @@ static inline uint8_t i2c_get_scl()
static inline void i2c_wait()
{
delayMicroseconds(5);
delayMicroseconds(s_i2c_delay);
}
void i2c_freq(int freq_hz)