-
New in the mail was a board with the following features:
* STM8S105S4T6 (16K Flash, 2K RAM, 1K EEPROM, 44pin)
* 6 relays 12V/250VAC w/ 6 red status LEDs
* 6 green status LEDs
* 4 digit digital cl…
-
Several users have had difficulties getting the W1209 serial communication to work, e.g.:
* https://hackaday.io/project/16097-eforth-for-cheap-stm8s-gadgets/discussion-90018
* http://forum.hobbycomp…
-
Hi Thomas!
First of all thank you for your incredible work, you have opened for a newbie like me a whole new world.
Sorry if those are noob questions but I think having some feedback from me can be …
-
Currently fails to build w/ an error in the W1209 board. The rest appear to be fine.
```
sdasstm8 -I. -I./W1209 -plosgffw out/W1209/forth.rel forth.asm
forth.asm:151: Error: .include file erro…
-
Travis-ci provides a ["Deploy to GitHub Releases" feature](https://docs.travis-ci.com/user/deployment/releases/) but I haven't figured out how to distinguish between "master" and "develop" builds.
…
-
Hi all,
I've been using a simple word to output a calibrated PWM value to set the power supply to a given voltage. The combination of that and a blocking MS function (based on the BG task) covers …
-
The simulated serial interface was optimized for the "single GPIO half-duplex" use case. As a two wire interface it works well for interactive use case since there is a delay between keystrokes.
When…
-
This little project gained more support from users, and there are now minimum requirements on the code quality: at least unit tests need to be performed, and regression tests as a part of the release …
-
; 2/ ( n -- n ) ( TOS STM8: -- Y,Z,N )
; **Multiply** tos by 2.
-
[Blank, tab, or CR might be suitable](https://hackaday.io/project/16097-eforth-for-cheap-stm8s-gadgets/log/57214-character-output-on-structured-7s-led-displays).