#ifndef LICHTSENSOR2_H
#define LICHTSENSOR2_H

class lichtsensor2
{
public:
    lichtsensor2();
    int erkenneGroesseDerMuenze() const;
    int erkenneScheintyp() const;
    int erkenneIntensitaet() const;
};

#endif // LICHTSENSOR2_H