Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: LCD_DISCO_F429ZI mbed BSP_DISCO_F429ZI
Diff: keyboard_ts.h
- Revision:
- 2:e23243b26a23
- Parent:
- 1:d562d46c33b7
--- a/keyboard_ts.h Wed May 20 07:59:22 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -#ifndef KEYBOARD_TS_H -#define KEYBOARD_TS_H -#include "mbed.h" - -enum KeyboardState{ - BUTTON_0, - BUTTON_1, - BUTTON_2, - BUTTON_3, - RELEASED -}; - -class KeyboardTs{ - public: - enum KeyboardState eRead(); - KeyboardTs(uint8_t); - private: - uint8_t ui8Column; -}; - - -#endif \ No newline at end of file