#include #include "BluetoothSerial.h" class BluetoothCommunicator : public StreamCommunicator { public: BluetoothCommunicator(BluetoothSerial &p_out, int timeout, __SIZE_TYPE__ bufferSize); };