78 #if ERROR_FORWARDING == 1 139 #if ERROR_FORWARDING == 0 141 #if DEBUG_DBPRINT == 1 156 if ((number < 30) || (number > 55))
158 #if DEBUG_DBPRINT == 1 173 #if DEBUG_DBPRINT == 1 197 CMU_ClockEnable(cmuClock_HFPER,
true);
198 CMU_ClockEnable(cmuClock_GPIO,
true);
203 #if DEBUG_DBPRINT == 1 204 dbinfo(
"LED pin initialized");
void error(uint8_t number)
Error method.
void dbinfo(char *message)
Print an info string (char array) to USARTx and go to the next line.
void disableLoRaWAN(void)
Disable LoRaWAN functionality.
The pin definitions for the regular and custom Happy Gecko board.
void initLoRaWAN(void)
Initialize LoRaWAN functionality.
void sendStatus(uint8_t status)
Send a packet to indicate a status.
Enable or disable printing to UART with dbprint.
void delay(uint32_t msDelay)
Wait for a certain amount of milliseconds in EM2/3.
void dbprintInt(int32_t value)
Print a number in decimal notation to USARTx.
void led(bool enabled)
Enable or disable the LED.
void dbprintln_color(char *message, dbprint_color_t color)
Print a string (char array) to USARTx in a given color and go to the next line.
static void initLED(void)
Initialize the LED.
void dbprint_color(char *message, dbprint_color_t color)
Print a string (char array) to USARTx in a given color.