Files
UvosSmartHomeInterface/serialwatcher.h
2017-11-02 17:20:52 +01:00

11 lines
130 B
C++

#ifndef SERIALWATCHER_H
#define SERIALWATCHER_H
class SerialWatcher
{
public:
SerialWatcher();
};
#endif // SERIALWATCHER_H