#pragma once #include #include "AVRDriver.h" class AVRInterface : public AVRDriver { public: /// @brief /// @param SendMessage is the function this AVRInterface calls to send a message to the device /// AVRInterface( NotifyCallBack notifyCB, ///