keyboard input, serial com test

Dependencies:   mbed DISCO_L475VG_IOT01A_wifi TextLCD USBHost

Committer:
duchonic
Date:
Sat Aug 10 08:34:41 2019 +0000
Revision:
5:0466445897b8
Child:
6:9d975a9d2728
first

Who changed what in which revision?

UserRevisionLine numberNew contents of line
duchonic 5:0466445897b8 1 #pragma once
duchonic 5:0466445897b8 2
duchonic 5:0466445897b8 3 #include <string>
duchonic 5:0466445897b8 4
duchonic 5:0466445897b8 5 void displayInit(void);
duchonic 5:0466445897b8 6 void displayScreen(uint8_t nr);
duchonic 5:0466445897b8 7 void displayKey(char key);
duchonic 5:0466445897b8 8 void printLine(std::string text, uint8_t line);