Numworks Epsilon  1.4.1
Graphing Calculator Operating System
command.h File Reference
#include <stdint.h>

Go to the source code of this file.

Namespaces

 Ion
 
 Ion::Device
 
 Ion::Device::Bench
 
 Ion::Device::Bench::Command
 

Typedefs

typedef void(* Ion::Device::Bench::Command::Function) (const char *input)
 

Functions

void Ion::Device::Bench::Command::ADC (const char *input)
 
void Ion::Device::Bench::Command::Backlight (const char *input)
 
void Ion::Device::Bench::Command::Charge (const char *input)
 
void Ion::Device::Bench::Command::Display (const char *input)
 
void Ion::Device::Bench::Command::Exit (const char *input)
 
void Ion::Device::Bench::Command::Keyboard (const char *input)
 
void Ion::Device::Bench::Command::LED (const char *input)
 
void Ion::Device::Bench::Command::MCUSerial (const char *input)
 
void Ion::Device::Bench::Command::Ping (const char *input)
 
void Ion::Device::Bench::Command::Print (const char *input)
 
void Ion::Device::Bench::Command::Suspend (const char *input)
 
void Ion::Device::Bench::Command::reply (const char *s)
 
int8_t Ion::Device::Bench::Command::hexChar (char c)
 
bool Ion::Device::Bench::Command::isHex (char c)
 
uint32_t Ion::Device::Bench::Command::hexNumber (const char *s, int maxLength)