Emulate the "Flame effect" of the game DOOM. Based on: https://github.com/filipedeschamps/doom-fire-algorithm

Dependencies:   LCD_DISCO_F429ZI mbed BSP_DISCO_F429ZI STM32F4_RNG

Revision:
1:739609be634c
Parent:
0:5d90a43149b1
--- a/main.cpp	Thu Jan 24 01:30:04 2019 +0000
+++ b/main.cpp	Thu Jan 24 01:39:05 2019 +0000
@@ -1,4 +1,6 @@
 /*********************************************************************
+ * available in: https://os.mbed.com/users/agaelema/code/Doom_Flame-F429ZI_v02/
+ * 
  * Based on: https://github.com/filipedeschamps/doom-fire-algorithm
  * modified by: Haroldo Amaral - http://bit.ly/haroldo_github
  *********************************************************************/