libopencm3/examples/stm32/f4/stm32f4-discovery/mandelbrot
Daniel Serpell aac5909ff1 Add a floating-point example to the stm32f4.
This example calculates a mandelbrot fractal using floating point
in C.
2012-09-27 23:12:18 +02:00
..
Makefile Add a floating-point example to the stm32f4. 2012-09-27 23:12:18 +02:00
README Add a floating-point example to the stm32f4. 2012-09-27 23:12:18 +02:00
mandel.c Add a floating-point example to the stm32f4. 2012-09-27 23:12:18 +02:00

README

------------------------------------------------------------------------------
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.