BLE temperature profile using digital DS1820 or analog LM35 sensors

Dependencies:   DS1820

Embed: (wiki syntax)

« Back to documentation index

Common application error handler

Common application error handler

Common application error handler and macros for utilizing a common error handler. More...

Functions

void app_error_handler (uint32_t error_code, uint32_t line_num, const uint8_t *p_file_name)
 Function for error handling, which is called when an error has occurred.

Detailed Description

Common application error handler and macros for utilizing a common error handler.


Function Documentation

void app_error_handler ( uint32_t  error_code,
uint32_t  line_num,
const uint8_t *  p_file_name 
)

Function for error handling, which is called when an error has occurred.

Parameters:
[in]error_codeError code supplied to the handler.
[in]line_numLine number where the handler is called.
[in]p_file_namePointer to the file name.

Function for error handling, which is called when an error has occurred.

Parameters:
[in]error_code
[in]line_num
[in]p-file_name
Returns:

Definition at line 216 of file btle.cpp.