Demo of low res colour vga video for stm32f3 discovery board

Dependencies:   STM32F3-Discovery-minimal

Fork of Space_Invaders_Demo by Martin Johnson

Revision:
3:93e488fbb8a2
Parent:
0:404dae88af71
--- a/sys.h	Tue May 17 23:53:10 2016 +0000
+++ b/sys.h	Wed May 16 02:39:14 2018 +0000
@@ -20,16 +20,18 @@
 #   along with this program; if not, write to the Free Software
 #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-***************************************************************************/
-#ifndef	__SYS_H
-#define	__SYS_H
-
-#include "gdptypes.h"
-
-//	Function definitions
-
-u8		sysInitSystemTimer(void);
+***************************************************************************/
+#ifndef	__SYS_H
+#define	__SYS_H
+
+#include "gdptypes.h"
+
+//	Function definitions
+
+u8		sysInitSystemTimer(void);
 void	sysDelayMs(u32 dly);
-
+void MemsConfig(void);
+void ReadAccelerometer(int16_t * data);
+
 #endif	// __SYS_H