create temp sens dummies
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop Build queued...

This commit is contained in:
2022-11-25 10:27:31 +01:00
parent 4f25bdd121
commit 49524abeb7
4 changed files with 26 additions and 2 deletions

View File

@ -7,6 +7,7 @@
class Max31865Dummy : public DeviceHandlerBase {
public:
Max31865Dummy(object_id_t objectId, object_id_t comif, CookieIF *comCookie);
Max31865Dummy(object_id_t objectId, CookieIF* comCookie);
private:
MAX31865::PrimarySet set;