Skip to content

Commit 7db2f73

Browse files
authored
Merge pull request #702 from ckormanyos/update_docs
Update example docs and image
2 parents f6892c7 + 88c1714 commit 7db2f73

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

3.08 MB
Loading

examples/chapter09_08b/readme.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@ the commercially-available, open-platform
1313
[STM32F100 Value Line Discovery Kit](https://www.st.com/en/evaluation-tools/stm32vldiscovery.html)
1414
with soldered-on pins fitted on a breadboard.
1515

16-
The wiring is straightforward. The blinking LED at $\frac{1}{2}~\text{Hz}$
17-
uses the blue colored user-LED controlled by pin `portc.8`.
16+
The wiring is straightforward. The standard monotone blinking LED
17+
uses the blue user-LED factory-fitted on pin `portc.8`.
1818
The RGB LED digital control signal is on `portb.9`.
19-
A logic-AND gate shifts the microcontroller pin's level
20-
from $3.3~\text{V}$ to $5~\text{V}$.
19+
A logic-AND gate shifts the microcontroller pin's voltage level.
2120
The microcontroller is clocked at $24~\text{MHz}$.
21+
22+
The hardware setup with the RGB LED in action is pictured
23+
in the image below. The pictures depicts a pink hue eminating
24+
from the bright RGB LED of type ws2812B.
25+
26+
![](./images/board09_08b.jpg)

0 commit comments

Comments
 (0)