/******************************************************************************* MODULE : Command.h 19xxxxxx AB Initial 20191219 AB Updated for JADE EFM32JG1B *******************************************************************************/ // --- Includes --------------------------------------------------------------- // --- Pin Definitions -------------------------------------------------------- // --- Defines ---------------------------------------------------------------- // --- Typedefs --------------------------------------------------------------- // --- PUBLIC Variables ------------------------------------------------------- // --- Variables -------------------------------------------------------------- // --- Macros ----------------------------------------------------------------- // --- Functionprototypes ----------------------------------------------------- void CommandInit(void); void CommandProcessing(void);