Utils.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "Handler.h"
4 #include <HardwareSerial.h>
5 
6 namespace CommandProcessing
7 {
8 void enable(Handler& commandHandler, HardwareSerial& serial);
9 
10 } // namespace CommandProcessing
Hardware serial class.
Definition: HardwareSerial.h:106
Definition: Components/CommandProcessing/src/CommandProcessing/Command.h:16
void enable(Handler &commandHandler, HardwareSerial &serial)