Skip to content

Commit 049fe1e

Browse files
committed
Update docs
1 parent 00071fd commit 049fe1e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ to the powerful ARM(R)-based Raspberry Pi(R) single-board computer.
108108
Example ![chapter11_07](https://github.com/ckormanyos/real-time-cpp/tree/master/examples/chapter11_07) Preemptive Multitasking.\
109109
This example makes straightforward use of preemptive multitasking scheduling with a blinky-style application that features a main task and a low-priority background task.
110110

111+
Example ![chapter11_07a](https://github.com/ckormanyos/real-time-cpp/tree/master/examples/chapter11_07a) Preemptive Multitasking and an Advanced, Memory-Intensive Mathematical Calculation.\
112+
In this example, advanced use of preemptive multitasking scheduling is used to combine a blinky-style application with a highly detailed and exciting calculation of the mathematical constant $\pi$ to high precision in the background task.
113+
111114
Example ![chapter12_04](https://github.com/ckormanyos/real-time-cpp/tree/master/examples/chapter12_04) Benchmarking Floating-Point Calculations.\
112115
This example performs a variety of floating-point calculations of selected special functions of pure and applied mathematics.
113116

0 commit comments

Comments
 (0)