Speeduino
Loading...
Searching...
No Matches
Functions | Variables
comms_secondary.cpp File Reference
#include "globals.h"
#include "comms.h"
#include "comms_secondary.h"
#include "comms_CAN.h"
#include "maths.h"
#include "errors.h"
#include "utilities.h"
#include "comms_legacy.h"
#include "logger.h"
#include "page_crc.h"
#include <BOARD_H>

Functions

void secondserial_Command (void)
 
void sendCancommand (uint8_t cmdtype, uint16_t canaddress, uint8_t candata1, uint8_t candata2, uint16_t sourcecanAddress)
 

Variables

uint8_t currentSecondaryCommand
 
SECONDARY_SERIAL_TpSecondarySerial
 

Function Documentation

◆ secondserial_Command()

void secondserial_Command ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sendCancommand()

void sendCancommand ( uint8_t  cmdtype,
uint16_t  canaddress,
uint8_t  candata1,
uint8_t  candata2,
uint16_t  sourcecanAddress 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ currentSecondaryCommand

uint8_t currentSecondaryCommand

◆ pSecondarySerial

SECONDARY_SERIAL_T* pSecondarySerial