Rev 942 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 942 | Rev 954 | ||
|---|---|---|---|
| Line 12... | Line 12... | ||
| 12 | #include <config.h> |
12 | #include <config.h> |
| 13 | #include <bios.h> |
13 | #include <bios.h> |
| 14 | #include <drivers/can/stdcan.h> |
14 | #include <drivers/can/stdcan.h> |
| 15 | #include <drivers/timer/timer.h> |
15 | #include <drivers/timer/timer.h> |
| 16 | #include <drivers/adc/adc.h> |
16 | #include <drivers/adc/adc.h> |
| 17 | - | ||
| 18 | #include "protocol.h" |
- | |
| 19 | 17 | ||
| 20 | void act_RGBdriver_Init(void); |
18 | void act_RGBdriver_Init(void); |
| 21 | void act_RGBdriver_Process(void); |
19 | void act_RGBdriver_Process(void); |
| 22 | void act_RGBdriver_HandleMessage(StdCan_Msg_t *rxMsg); |
20 | void act_RGBdriver_HandleMessage(StdCan_Msg_t *rxMsg); |
| 23 | void act_RGBdriver_List(uint8_t ModuleSequenceNumber); |
21 | void act_RGBdriver_List(uint8_t ModuleSequenceNumber); |