Skip to content

Commit f50ff22

Browse files
committed
mention STM8Discover-support
1 parent 97eae2f commit f50ff22

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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:
8989
void setup() {
@@ -151,9 +151,10 @@ The [ESP14 Wifi-boards](hardware/esp14.md) are very similar. They are
151151
basically a variant of these boards with an added ESP-01 Wifi-module. Almost
152152
all 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

0 commit comments

Comments
 (0)