diff options
Diffstat (limited to 'esp8266/qstrdefsport.h')
-rw-r--r-- | esp8266/qstrdefsport.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h index 569181222..30b811e0c 100644 --- a/esp8266/qstrdefsport.h +++ b/esp8266/qstrdefsport.h @@ -142,6 +142,17 @@ Q(memory) Q(ADC) Q(read) +// I2C +Q(I2C) +Q(init) +Q(scl) +Q(sda) +Q(freq) +Q(writeto) +Q(stop) +Q(buf) +Q(addr) + // utime Q(utime) Q(localtime) |