create temp sensor dummies
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
This commit is contained in:
@ -15,8 +15,8 @@ class TemperatureSensorInserter : public ExecutableObjectIF, public SystemObject
|
||||
private:
|
||||
int iteration = 0;
|
||||
float value = 0;
|
||||
MAX31865::Max31865Set max31865PlocHeatspreaderSet;
|
||||
MAX31865::Max31865Set max31865PlocMissionboardSet;
|
||||
MAX31865::PrimarySet max31865PlocHeatspreaderSet;
|
||||
MAX31865::PrimarySet max31865PlocMissionboardSet;
|
||||
|
||||
void noise();
|
||||
};
|
||||
|
Reference in New Issue
Block a user