File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Let's blink an LED using the Blink example from Arduino:
8383// Pin 13 has an LED connected on most Arduino boards.
8484// Pin 3 for the STM8S103 break out board
8585// give it a name:
86- int led = PIN_LED_BUILDIN ;
86+ int led = LED_BUILDIN ;
8787
8888// the setup routine runs once when you press reset:
8989void setup () {
@@ -151,9 +151,10 @@ The [ESP14 Wifi-boards](hardware/esp14.md) are very similar. They are
151151basically a variant of these boards with an added ESP-01 Wifi-module. Almost
152152all programs should run on those chinese Wifi-enabled gems as well.
153153
154- Support for the more powerful
155- [STM8S105Discovery-boards](hardware/stm8disco.md) is planned, but not
156- started yet. These are very similar to an Arduino Uno with an ATmega328 CPU.
154+ The [STM8S105Discovery-boards](hardware/stm8disco.md) are very similar to an
155+ Arduino Uno with an ATmega328 CPU. The support for the used STM8S105 CPU is
156+ still very fresh and not thoroughly tested but it should work now. At least
157+ Blink.c is known to be fine already.
157158
158159
159160
You can’t perform that action at this time.
0 commit comments