27#include "system/pins.h"
30#include "driver/i2c/i2c2.h"
41void Tasks_Background(
void)
86 static uint16_t led_blink_counter = 0;
87 if (++led_blink_counter > 5000)
90 led_blink_counter = 0;
void CAN_Receive_from_GUI(void)
void CAN_Transmit_to_GUI(void)
void Drv_SPI_Timeout(void)
This is the driver source file for spi builds upon mcc.
#define LD2_RD15_Toggle()
Toggles the RD15 GPIO Pin which has a custom name of LD2_RD15.