Subversion Repositories HomeAutomation

Rev

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

Rev 948 Rev 1427
Line 14... Line 14...
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
 
16
 
17
#include <drivers/lcd/clcd/lcd_HD44780.h>
17
#include <drivers/lcd/clcd/lcd_HD44780.h>
18
#include <string.h> //for memcpy
18
#include <string.h> //for memcpy
-
 
19
#include <drivers/adc/adc.h>
19
 
20
 
20
void act_hd44780_Init(void);
21
void act_hd44780_Init(void);
21
void act_hd44780_Process(void);
22
void act_hd44780_Process(void);
22
void act_hd44780_HandleMessage(StdCan_Msg_t *rxMsg);
23
void act_hd44780_HandleMessage(StdCan_Msg_t *rxMsg);
23
void act_hd44780_List(uint8_t ModuleSequenceNumber);
24
void act_hd44780_List(uint8_t ModuleSequenceNumber);