Ecg4 Click example.
Description
This example reads and processes data from ECG 4 clicks.
The demo application is composed of two sections :
Application Init
Initializes the driver, sets the driver handler and enables the click board.
Application Task
Reads the received data and parses it on the USB UART if the response buffer is ready.
Additional Function
- ecg4_process - The general process of collecting data the module sends.
- plot_data - Displays raw ECG data.
- log_data - Displays the real time BPM heart rate.
- process_response - Checks the response and displays raw ECG data or heart rate (BPM).
- make_response - Driver handler function which stores data in the response buffer.
- Note
- Use the Serial Plot application for data plotting.
- Author
- MikroE Team