Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
boards:stm8s103 [2015/07/23 20:41]
darron [Pinout]
boards:stm8s103 [2015/07/23 20:45] (current)
darron
Line 17: Line 17:
  
 -V  D4  D5  D6  RST A1  A2  GND 5V  3V3 A3 -V  D4  D5  D6  RST A1  A2  GND 5V  3V3 A3
 +</code>
 +
 +
 +=== LED demo ===
 +
 +Install [[:tools:stm8flash|STM8Flash]] and [[:tools:sdcc|SDCC]].
 +<code>
 +hg clone http://hg.kewl.org/pub/blinky++
 +cd blinky++/STM8S103F3P6
 +make
 +make install
 </code> </code>