#pragma once #include "thread.h" class SerialThread : public Thread { void writeCommand(); public: SerialThread(); void operator()(); };