Rev 869 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 869 | Rev 883 | ||
|---|---|---|---|
| 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 | 16 | ||
| 17 | #include <drivers/DTMF/ |
17 | #include <drivers/DTMF/dtmf.h> |
| 18 | 18 | ||
| 19 | #define SNS_SIMPLEDTMF_STATE_IDLE 0 |
19 | #define SNS_SIMPLEDTMF_STATE_IDLE 0 |
| 20 | #define |
20 | #define SNS_SIMPLEDTMF_STATE_COPYDATA 1 |
| 21 | #define SNS_SIMPLEDTMF_STATE_START_WAIT 2 |
- | |
| 22 | #define SNS_SIMPLEDTMF_STATE_WAIT |
21 | #define SNS_SIMPLEDTMF_STATE_WAIT 2 |
| 23 | #define |
22 | #define SNS_SIMPLEDTMF_STATE_SEND 3 |
| 24 | 23 | ||
| 25 | #include "protocol.h" |
24 | #include "protocol.h" |
| 26 | 25 | ||
| 27 | void sns_SimpleDTMF_Init(void); |
26 | void sns_SimpleDTMF_Init(void); |
| 28 | void sns_SimpleDTMF_Process(void); |
27 | void sns_SimpleDTMF_Process(void); |