Loading...
Searching...
No Matches
canpub.h
1
// ALLOW FORMATTING
2
#ifndef CANPUB_H
3
#define CANPUB_H
4
5
#include "
topic.h
"
6
#include "can.h"
7
8
#define CAN_MSG_LENGTH 8
9
10
extern
Topic
*canTopic;
11
12
void
vCanTransmit(
void
*pvParameters);
13
void
vCanReceive(
void
*pvParameters);
14
void
CAN_setPeripheral(
CAN_t
*peripheral);
15
void
pubCanInterrupt();
16
17
#endif
CAN_t
Definition
can.h:28
topic.h
Topic
Public representation of a Topic.
Definition
topic.h:71
firmware
australis
sources
extra
publications
can
inc
canpub.h
Generated by
1.13.2