Bertl Programm

LedBertl.h

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

File content as of revision 0:966e95e315e0:

#include "Bertl.h"

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

public:
    string Anzeige();
}
#endif