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:
@ -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)
|
||||
|
Reference in New Issue
Block a user