Jos
Jos
Hi Mitch, Before I submit seal, I would like to know your opinion about the following seal. : new-seal ( -- ) context token@ context #vocs /n * erase dup...
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...
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...
marker: LedsStrip \ Testing an APA201 ledstrip connected through SPI \ SPI connections: \ Name ESP8266 APA102 ledstrip \ MISO = GPIO 12 \ NOT USED \ MOSI = GPIO...
Hi, I had some trouble to flash punyforth. When using: python flash.py /dev/ttyUSB0 --main blinker.forth I got: Writing at 0x0005f000... (100 %) Wrote 1024 bytes at 0x0005f000 in 0.1 seconds...
Added SendStk and sendtcp so a web server can pass messages and stacks to another web server for remote debugging. That also needed the chainperform. That leaded to the discovery...