HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
PORTIO diagnostic tests for HP85 disk emulator project for AVR. More...
Go to the source code of this file.
Functions | |
void | portio_help (int full) |
Help Menu for AVR PORT IO functions See: int port_tests(char *str) More... | |
int | portio_tests (int argc __attribute__((unused)), char *argv[]) |
PORT user tests User invoked PORT functions and tasks. More... | |
PORTIO diagnostic tests for HP85 disk emulator project for AVR.
Definition in file portio.c.
void portio_help | ( | int | full | ) |
Help Menu for AVR PORT IO functions See: int port_tests(char *str)
Definition at line 25 of file portio.c.
Referenced by help(), and portio_tests().
int portio_tests | ( | int argc | __attribute__(unused), |
char * | argv[] | ||
) |
PORT user tests User invoked PORT functions and tasks.
Definition at line 44 of file portio.c.
Referenced by user_task().