esp-lisp
esp-lisp copied to clipboard
Beta: A small fast lisp interpeter for a ESP8266 as alternative to lua on the nodemcu.
I tried to install esp-lisp on macOS and failed (with the build-in git) to checkout the project including sub-projects. It fails with ``` > git clone http://github.com/yesco/esp-lisp.git --recursive Klone nach...
Hi After starting esp-lisp CPU spikes to 100% on one core while idling, repl comes up. ``` $ ps axu | grep esp-lisp user 24098 98.7 0.0 6164 832 pts/6...
Spi code
**This PR relates mainly to SPI functionality created to support the 8 character, 7-segment MAX7219 display. Other changes and additions are mostly in support of this functionality. It works very...
hi yesco, great project, i'm eager to try it at home! since the cheap dev boards available have relatively big flash, i'd like to understand the usage of flash vs...