Rev 1447 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1447 | Rev 1451 | ||
|---|---|---|---|
| Line 13... | Line 13... | ||
| 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/mcu/gpio.h> |
16 | #include <drivers/mcu/gpio.h> |
| 17 | #include <drivers/adc/adc.h> |
17 | #include <drivers/adc/adc.h> |
| 18 | - | ||
| 19 | //to use PCINT lib. uncomment the line below |
- | |
| 20 |
|
18 | #include <drivers/mcu/pcint.h> |
| 21 | 19 | ||
| 22 | void <template>_Init(void); |
20 | void <template>_Init(void); |
| 23 | void <template>_Process(void); |
21 | void <template>_Process(void); |
| 24 | void <template>_HandleMessage(StdCan_Msg_t *rxMsg); |
22 | void <template>_HandleMessage(StdCan_Msg_t *rxMsg); |
| 25 | void <template>_List(uint8_t ModuleSequenceNumber); |
23 | void <template>_List(uint8_t ModuleSequenceNumber); |