|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
Typedefs | |
| typedef void(* | Function) (const char *input) |
Functions | |
| void | ADC (const char *input) |
| void | Backlight (const char *input) |
| void | Charge (const char *input) |
| void | reply (const char *s) |
| int8_t | hexChar (char c) |
| bool | isHex (char c) |
| uint32_t | hexNumber (const char *s, int maxLength) |
| void | Display (const char *input) |
| void | Exit (const char *input) |
| void | Keyboard (const char *input) |
| void | LED (const char *input) |
| void | MCUSerial (const char *input) |
| void | Ping (const char *input) |
| void | Print (const char *input) |
| void | Suspend (const char *input) |
Variables | |
| const char *const | sOK = "OK" |
| const char *const | sKO = "KO" |
| const char *const | sSyntaxError = "SYNTAX_ERROR" |
| const char *const | sON = "ON" |
| const char *const | sOFF = "OFF" |
| typedef void(* Ion::Device::Bench::Command::Function) (const char *input) |
| void Ion::Device::Bench::Command::Backlight | ( | const char * | input | ) |
Definition at line 10 of file backlight.cpp.
| void Ion::Device::Bench::Command::Charge | ( | const char * | input | ) |
Definition at line 9 of file charge.cpp.
| void Ion::Device::Bench::Command::Display | ( | const char * | input | ) |
Definition at line 11 of file display.cpp.
| int8_t Ion::Device::Bench::Command::hexChar | ( | char | c | ) |
Definition at line 19 of file command.cpp.
| uint32_t Ion::Device::Bench::Command::hexNumber | ( | const char * | s, |
| int | maxLength | ||
| ) |
Definition at line 33 of file command.cpp.
| bool Ion::Device::Bench::Command::isHex | ( | char | c | ) |
Definition at line 29 of file command.cpp.
| void Ion::Device::Bench::Command::Keyboard | ( | const char * | input | ) |
Definition at line 9 of file keyboard.cpp.
| void Ion::Device::Bench::Command::MCUSerial | ( | const char * | input | ) |
Definition at line 9 of file mcu_serial.cpp.
| void Ion::Device::Bench::Command::Print | ( | const char * | input | ) |
| void Ion::Device::Bench::Command::reply | ( | const char * | s | ) |
Definition at line 15 of file command.cpp.
| void Ion::Device::Bench::Command::Suspend | ( | const char * | input | ) |
Definition at line 9 of file suspend.cpp.
| const char *const Ion::Device::Bench::Command::sKO = "KO" |
Definition at line 10 of file command.cpp.
| const char *const Ion::Device::Bench::Command::sOFF = "OFF" |
Definition at line 13 of file command.cpp.
| const char *const Ion::Device::Bench::Command::sOK = "OK" |
Definition at line 9 of file command.cpp.
| const char *const Ion::Device::Bench::Command::sON = "ON" |
Definition at line 12 of file command.cpp.
| const char *const Ion::Device::Bench::Command::sSyntaxError = "SYNTAX_ERROR" |
Definition at line 11 of file command.cpp.