Rev 851 | Details | Compare with Previous | Last modification | View Log | SVN | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 851 | migan | 1 | #ifndef <TEMPLATE>_PROTOCOL |
| 2 | #define <TEMPLATE>_PROTOCOL |
||
| 864 | linlun | 3 | #include <drivers/can/modules/PhysicalQuantityCMD.h> |
| 4 | #include <drivers/can/modules/GlobalCMD.h> |
||
| 5 | /* |
||
| 6 | * This file contains commands used for only for this module |
||
| 7 | * How the Data-part of a frame with a sertain command is formed shall be documented on the project wiki |
||
| 8 | * Only Id:s with numbers between 128 and 191 is allowed |
||
| 9 | */ |
||
| 847 | migan | 10 | |
| 864 | linlun | 11 | //#define CAN_CMD_MODULE_SPECIFIC_PWM 0x128 |
| 847 | migan | 12 | |
| 851 | migan | 13 | #endif // <TEMPLATE>_PROTOCOL |