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

documentation/readme.txt

Committer:
Maricius
Date:
2017-12-11
Revision:
0:45610c4af223
Child:
1:1f4543ea364d

File content as of revision 0:45610c4af223:

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