Robin Mueller
c42b3f56c3
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
14 lines
318 B
C++
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_ */
|