![]() |
Linduino
1.3.0
Linear Technology Arduino-Compatible Demonstration Board
|
Go to the source code of this file.
Functions | |
| uint8_t | read_data () |
| float | read_float () |
| int32_t | read_int () |
| char * | read_string () |
| int8_t | read_char () |
Macros | |
| #define | UI_BUFFER_SIZE 64 |
| #define | SERIAL_TERMINATOR '\n' |
Variables | |
| char | ui_buffer [UI_BUFFER_SIZE] |
| int8_t read_char | ( | ) |
Definition at line 116 of file UserInterface.cpp.
| uint8_t read_data | ( | ) |
Definition at line 49 of file UserInterface.cpp.
| float read_float | ( | ) |
Definition at line 78 of file UserInterface.cpp.
| int32_t read_int | ( | ) |
Definition at line 93 of file UserInterface.cpp.
| char* read_string | ( | ) |
Definition at line 109 of file UserInterface.cpp.
| #define SERIAL_TERMINATOR '\n' |
Definition at line 48 of file UserInterface.h.
| #define UI_BUFFER_SIZE 64 |
Definition at line 47 of file UserInterface.h.
| char ui_buffer[UI_BUFFER_SIZE] |
Definition at line 46 of file UserInterface.cpp.