failed approach

This commit is contained in:
2020-11-19 18:24:03 +01:00
parent 349897d878
commit 6c23b00c22
324 changed files with 57839 additions and 11 deletions

View File

@ -0,0 +1,18 @@
/*
* P60DockHandler.h
*
* Created on: 18.11.2020
* Author: jakob
*/
#ifndef MISSION_DEVICES_P60DOCKHANDLER_H_
#define MISSION_DEVICES_P60DOCKHANDLER_H_
class P60DockHandler: public DeviceHandlerBase {
public:
P60DockHandler();
virtual ~P60DockHandler();
virtual ReturnValue_t performOperation(uint8_t operationCode = 0);
};
#endif /* MISSION_DEVICES_P60DOCKHANDLER_H_ */