|
Last change
on this file since b6aa0ba was b6aa0ba, checked in by andib <andi.b@…>, 2 years ago |
|
test with more files
|
-
Property mode
set to
100644
|
|
File size:
959 bytes
|
| Rev | Line | |
|---|
| [b6aa0ba] | 1 | /*******************************************************************************
|
|---|
| 2 | MODULE : Command.h
|
|---|
| 3 |
|
|---|
| 4 | 19xxxxxx AB Initial
|
|---|
| 5 | 20191219 AB Updated for JADE EFM32JG1B
|
|---|
| 6 | *******************************************************************************/
|
|---|
| 7 |
|
|---|
| 8 | // --- Includes ---------------------------------------------------------------
|
|---|
| 9 |
|
|---|
| 10 | // --- Pin Definitions --------------------------------------------------------
|
|---|
| 11 |
|
|---|
| 12 | // --- Defines ----------------------------------------------------------------
|
|---|
| 13 |
|
|---|
| 14 | // --- Typedefs ---------------------------------------------------------------
|
|---|
| 15 |
|
|---|
| 16 | // --- PUBLIC Variables -------------------------------------------------------
|
|---|
| 17 |
|
|---|
| 18 | // --- Variables --------------------------------------------------------------
|
|---|
| 19 |
|
|---|
| 20 | // --- Macros -----------------------------------------------------------------
|
|---|
| 21 |
|
|---|
| 22 | // --- Functionprototypes -----------------------------------------------------
|
|---|
| 23 | void CommandInit(void);
|
|---|
| 24 | void CommandProcessing(void);
|
|---|
| 25 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.