aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f4/stm32f4-discovery/mandelbrot/README
blob: fe4fb13d2969f6647f08b64a2ca7803983f24fe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.