Subversion Repositories HomeAutomation

Rev

Rev 955 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 955 Rev 1149
Line 11... Line 11...
11
/* lib files */
11
/* lib files */
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
 
-
 
17
#include <drivers/mcu/gpio.h>
-
 
18
 
-
 
19
#include <drivers/mcu/pcint.h>
16
 
20
 
17
void sns_rotary_Init(void);
21
void sns_rotary_Init(void);
18
void sns_rotary_Process(void);
22
void sns_rotary_Process(void);
19
void sns_rotary_HandleMessage(StdCan_Msg_t *rxMsg);
23
void sns_rotary_HandleMessage(StdCan_Msg_t *rxMsg);
20
void sns_rotary_List(uint8_t ModuleSequenceNumber);
24
void sns_rotary_List(uint8_t ModuleSequenceNumber);