aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f4/stm32f4-discovery/mandelbrot/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/f4/stm32f4-discovery/mandelbrot/README')
-rw-r--r--examples/stm32/f4/stm32f4-discovery/mandelbrot/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/stm32/f4/stm32f4-discovery/mandelbrot/README b/examples/stm32/f4/stm32f4-discovery/mandelbrot/README
new file mode 100644
index 0000000..fe4fb13
--- /dev/null
+++ b/examples/stm32/f4/stm32f4-discovery/mandelbrot/README
@@ -0,0 +1,12 @@
+------------------------------------------------------------------------------
+README
+------------------------------------------------------------------------------
+
+This example program demonstrates the floating point coprocessor usage on
+the ST STM32F4DISCOVERY eval board.
+
+A mandelbrot fractal is calculated and sent as "ascii-art" image through
+the USART2.
+
+The terminal settings for the receiving device/PC are 38400 8n1.
+