punyforth
punyforth copied to clipboard
Forth inspired programming language for the ESP8266
* MQTT for PunyForth * Only pub supported for now
https://github.com/zeroflag/punyforth/blob/32a30163e3defaf231a286bcb56a430b8078996a/generic/words.S#L432 The referenced line causes trying to compile this word to crash punyforth (esp8266).: `: test:[ 1 if [ 60 5 + ] literal then ;` Opened pull request.: https://github.com/zeroflag/punyforth/pull/68
Hi Attila, How are you? I'm revisiting Punyforth with the help of the glossary I wrote, if you remember. I'm successful in sending binary data from Punyforth to a PC...
the installation on nodemcu (esp12) goes well but I can't do it on an esp-01 1M.
Hi, How can the speed of 1 motor be changed while 2 motors are running? Switching off one motor is not very nice. pwm-duty changes all motors instead of one...
I did a simple conversion to python3 1. I ran 2to3 on flash.py. (this changes mostly print statements, I think) 2. That left two remaining issues: line 188. -- had...
highbit
Hi, At I am still quite happy with your Punyforth. Great work! There is just 1 question for a primitive floating-point pack. When highbit is defined as: -1 1 rshift...
Hi, Not sure if you still like additions After poking around in GIT it seems that can be done through a fork. Not sure if it is right and what...
Hi, I just released flash_web.zip flash_web.zip contains a flash utility that is able to flash ASCII files to an ESP8266F through a WiFi connection from a Rpi, Windows PC or...