eive-obsw/mission/devices/devicedefinitions/SCEXDefinitions.h
Robin Mueller c42b3f56c3
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
applied clang-format
2022-02-04 17:48:05 +01:00

14 lines
318 B
C++

#ifndef MISSION_DEVICES_DEVICEDEFINITIONS_SCEXDEFINITIONS_H_
#define MISSION_DEVICES_DEVICEDEFINITIONS_SCEXDEFINITIONS_H_
#include <cstdint>
// Definitions for the Solar Cell Experiment
namespace scex {
static constexpr uint8_t CMD_PING = 0x4e;
}
#endif /* MISSION_DEVICES_DEVICEDEFINITIONS_SCEXDEFINITIONS_H_ */