@@ -14,14 +14,14 @@ This project is not supposed to be “better than Arduino”. It’s purpose
1414is to give you a head start into a different CPU architecture if you happen
1515to have a professional need or a private desire for it.
1616
17- Please find more detailed information about the supported boards, the needed tools
18- and the library APIs on the
19- [ project documentation files ] ( https://github.com/tenbaht/ sduino/blob/master/docs/index.md ) .
17+ Please find more detailed information about the supported boards, the needed
18+ tools and the library APIs on the
19+ [ project website ] ( https://tenbaht. github.io/ sduino/ ) .
2020
2121
2222## Table of Contents
2323
24- * [ Project Website] ( blob/master/docs/index.md )
24+ * [ Project Website] ( https://tenbaht.github.io/sduino/ )
2525 * [ Usage example] ( #usage )
2626 * [ Supported hardware] ( #supported-hardware )
2727 * [ Why use a STM8 instead of an ATmega?] ( #why-use-a-stm8-instead-of-an-atmega )
@@ -90,8 +90,8 @@ Done! Your first STM8 based project is up and running!
9090# # Supported hardware
9191
9292Anything with an STM8S103 or STM8S003 should work. For example, the
93- 70-cent-[STM8S103 breakout boards](blob/master/docs /hardware/stm8blue.md),
94- [ESP14 Wifi boards](blob/master/docs /hardware/esp14.md),
93+ 70-cent-[STM8S103 breakout boards](https ://tenbaht.github.io/sduino /hardware/stm8blue.md),
94+ [ESP14 Wifi boards](https ://tenbaht.github.io/sduino /hardware/esp14.md),
9595or even the [W1209 thermostat boards](https ://www.aliexpress.com/wholesale?SearchText=w1209)
9696that are abundant on aliexpress and Amazon. All you need to get started is a
9797simple ST-Link/V2 compatible flash programmer, available for less then $3
@@ -109,12 +109,12 @@ five 10 bit ADC inputs, 3 timers, and up to 14 I/O pins - quite similar to
109109an Atmel ATmega8 as it was used on the first Arduino boards.
110110
111111Support for the more powerful
112- [STM8S105 Discovery board](blob/master/docs/ hardware/stm8disco .md)
112+ [STM8S105 Discovery board](https ://tenbaht.github.io/sduino/ hardware/stm8sdiscovery .md)
113113is very fresh, but should work now. At least Blink.c works already. These
114114amazing $9 boards offer even more resources, come with a build-in flash
115115programmer and are very similar to an Arduino Uno with an ATmega328 CPU.
116116
117- Find more information here : [Supported Boards](blob/master/docs /hardware.md)
117+ Find more information here : [Supported Boards](https://tenbaht.github.io/sduino /hardware.md)
118118
119119
120120
@@ -193,6 +193,3 @@ processing C++ source files. I am not sure if it would be even possible to
193193configure a build process based only on C files without modifing the IDE
194194sources. This makes a full IDE integration very unlikely.
195195
196-
197-
198-
0 commit comments