Speeduino
Loading...
Searching...
No Matches
Variables
Hard coded response for some TS messages
Collaboration diagram for Hard coded response for some TS messages:

Variables

static constexpr byte serialVersion [] = {SERIAL_RC_OK, '0', '0', '2'}
 
static constexpr byte canId [] = {SERIAL_RC_OK, 0}
 
static constexpr byte codeVersion [] = { SERIAL_RC_OK, 's','p','e','e','d','u','i','n','o',' ','2','0','2','4','0','5','-','d','e','v'}
 
static constexpr byte productString [] = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '4', '.', '0', '5', '-', 'd', 'e', 'v'}
 
static constexpr byte testCommsResponse [] = { SERIAL_RC_OK, 255 }
 

Detailed Description

Variable Documentation

◆ canId

constexpr byte canId[] = {SERIAL_RC_OK, 0}
staticconstexpr

◆ codeVersion

constexpr byte codeVersion[] = { SERIAL_RC_OK, 's','p','e','e','d','u','i','n','o',' ','2','0','2','4','0','5','-','d','e','v'}
staticconstexpr

◆ productString

constexpr byte productString[] = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '4', '.', '0', '5', '-', 'd', 'e', 'v'}
staticconstexpr

◆ serialVersion

constexpr byte serialVersion[] = {SERIAL_RC_OK, '0', '0', '2'}
staticconstexpr

◆ testCommsResponse

constexpr byte testCommsResponse[] = { SERIAL_RC_OK, 255 }
staticconstexpr