|
| | debug.h |
| | Functions useful during debugging.
|
| |
| | file.h |
| | Functions for interacting with the calculator's file system.
|
| |
| | gui.h |
| |
| | gui.hpp |
| | Functions and classes to create/display GUI elements.
|
| |
| | input.h |
| | Functions used to retrieve user input via the touch screen or keypad.
|
| |
| | lcd.h |
| | Functions for interacting with the LCD and VRAM.
|
| |
| | mcs.h |
| | Functions for retrieving and setting data in the MCS.
|
| |
| | mem.h |
| | Functions used for modifying and allocating memory.
|
| |
| | serial.h |
| | Functions used for sending and receiving serial data.
|
| |
| | string.h |
| | String manipulation functions.
|
| |