DLE FRAM packets can be read now
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
This commit is contained in:
5
mission/devices/devicedefinitions/ScexDefinitions.cpp
Normal file
5
mission/devices/devicedefinitions/ScexDefinitions.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
#include "ScexDefinitions.h"
|
||||
|
||||
uint8_t scex::createCmdByte(ScexCmds cmd, bool tempCheck) {
|
||||
return (IDLE_BIT_0_DEF_STATE << 7) | (IDLE_BIT_1_DEF_STATE << 6) | (cmd << 1) | tempCheck;
|
||||
}
|
Reference in New Issue
Block a user