bunch of tesitng for F746NG

Dependencies:   BSP_DISCO_F746NG F746_GUI F7_Ethernet LCD_DISCO_F746NG SimpleSocket TMP36 GZ TS_DISCO_F746NG TextLCD WebSocketClient mbed-rtos mbed sMotor

Revision:
0:45610c4af223
Child:
1:1f4543ea364d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/documentation/readme.txt	Mon Dec 11 09:46:58 2017 +0000
@@ -0,0 +1,28 @@
+This small test program for the STM32F746G-DISCO
+Is written by Christoffer
+
+The code is written in the online compiler as developer.mbed.org.
+
+For access to the LCD screen i use the LCD_DISCO_F746NG library 
+
+For Ethernet access i use the F7_Ethernet library that again depends on 
+the mbed-rtos library to work. This libary also include everything needed for
+ writing threaded tasks. 
+
+I also use the F746_GUI LIbrary for varius GUI related task aswell as 
+the TextLCD library for writing text to the LCD display. The standard library
+mbed is used for all analog and digital input and output aswell as varius other
+low level tasks.
+
+Futher comments will be in the code directly in the main.cpp file. 
+
+As of 25-06.2017 this is using the newest version of all these librarys. 
+
+List of librarys and version number:
+
+F7_Ethernet: revision 1:28ba13dd96f7
+LCD_DISCO_F746NG: revision 0:d44525b1de98
+mbed-rtos: revision 2:bf7dc5f5bca9
+mbed: 144.0f02307a0877
+F746_GUI: 32:e6648167e8d3
+TextLCD: 8:308d188a2d3a
\ No newline at end of file