Bertl Programm

LedBertl.h

Committer:
Cartillius
Date:
2015-05-07
Revision:
1:6f0042c58757
Parent:
0:966e95e315e0

File content as of revision 1:6f0042c58757:

#include "Bertl.h"

#ifndef LEDBERTL_H
#define LEDBERTL_H
class LedBertl : Bertl
{
protected:
    uint8_t zeit;

public:
    string Anzeige();
};
#endif