summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/qstrdefsport.h
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266/qstrdefsport.h')
-rw-r--r--esp8266/qstrdefsport.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h
index 6f43784201..5c1cbfd85c 100644
--- a/esp8266/qstrdefsport.h
+++ b/esp8266/qstrdefsport.h
@@ -155,6 +155,20 @@ Q(buf)
Q(addr)
Q(n)
+// SPI
+Q(SPI)
+Q(init)
+Q(baudrate)
+Q(phase)
+Q(polarity)
+Q(sck)
+Q(mosi)
+Q(miso)
+Q(read)
+Q(readinto)
+Q(write)
+Q(write_readinto)
+
// utime
Q(utime)
Q(localtime)