Clone of the "Keyboard" project combined with string>LCD calls and Serial reading for the STM32F746G-DISCO. Screen has to be reset and the font set again, and Serial must be created and destroyed each time, to dodge apparent F7 lower-level issues. Keyboard can print prompt.

Dependencies:   BSP_DISCO_F746NG mbed

Fork of Keyboard by Faberge Fabulous

Revision:
1:25b8d7bfc7d4
Parent:
0:3ea368f65bca
Child:
2:14dc9a7c52ac
--- a/main.cpp	Sat Sep 17 11:36:24 2016 +0000
+++ b/main.cpp	Wed Feb 15 13:00:37 2017 +0000
@@ -15,7 +15,7 @@
 /* Вспомогательные переменые */
 uint8_t i;
 uint8_t key;
-uint8_t len;
+uint8_t  len;
 
 /* Пользовательский буфер */
 char buffer[45];