waveform 2.0.0.0
|
Waveform Click example. More...
Functions | |
void | waveform_display_commands (void) |
Waveform display commands function. | |
void | waveform_parse_command (uint8_t command) |
Waveform parse command function. | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Waveform Click example.
This example demonstrates the use of Waveform click board.
The application is composed of two sections :
Initializes the communication interface and configures the click board.
Predefined commands are inputed from the serial port. Changes the signal frequency, waveform or amplitude depending on the receiver command.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |
void waveform_display_commands | ( | void | ) |
Waveform display commands function.
This function displays the list of supported commands on the USB UART.
void waveform_parse_command | ( | uint8_t | command | ) |
Waveform parse command function.
This function checks if the input command is supported and executes it.
[in] | command | : Command input, for more details refer to waveform_display_commands function. |