MTM PPO mbed2d-2 program

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

KeyboardLed.h

Committer:
paweler
Date:
2020-06-22
Revision:
2:ce9137eb0655

File content as of revision 2:ce9137eb0655:

#ifndef KEYBOARD_TS_LCD_H
#define KEYBOARD_TS_LCD_H

#include "Ledboard.h"
#include "Keyboard.h"


class KeyboardLed{
    public:
        KeyboardLed(unsigned char);
        enum eKeyboardState  eRead(void);
        Ledboard *pLed;
        Keyboard *pKeyboard;
};

#endif