basic nodemcu stuff in lua/

This commit is contained in:
cqc
2021-07-24 00:53:12 -05:00
commit 9b342a7f34
10 changed files with 199 additions and 0 deletions

29
_.org Normal file
View File

@ -0,0 +1,29 @@
* old stuff??!
-- sdcard
tf_cs=4 -- CS=GPIO4
tf_mosi=23 -- DI=GPIO23
tf_sclk=18 -- SCLK=GPIO18
tf_miso=19 -- DO=GPIO19
-- buttons (active low)
pin_btn_a=39
pin_btn_b=38
pin_btn_c=37
-- usb console
pin_console_rx=3
pin_console_tx=1
-- Speaker output
pin_spkr=25