HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
GPIB diagnostic tests for HP85 disk emulator project for AVR. More...
#include "user_config.h"
#include "defines.h"
#include "gpib_hal.h"
#include "gpib.h"
#include "gpib_task.h"
#include "amigo.h"
#include "ss80.h"
#include "gpib_tests.h"
#include "stringsup.h"
#include "printer.h"
#include "lifutils.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
void | gpib_help (int full) |
Help Menu for User invoked GPIB functions and tasks See: int gpib_tests(char *str) More... | |
int | gpib_tests (int argc, char *argv[]) |
GPIB user tests User invoked GPIB functions and tasks. More... | |
GPIB diagnostic tests for HP85 disk emulator project for AVR.
Definition in file gpib_tests.c.
void gpib_help | ( | int | full | ) |
Help Menu for User invoked GPIB functions and tasks See: int gpib_tests(char *str)
Definition at line 33 of file gpib_tests.c.
Referenced by gpib_tests(), and help().
int gpib_tests | ( | int | argc, |
char * | argv[] | ||
) |
GPIB user tests User invoked GPIB functions and tasks.
Definition at line 63 of file gpib_tests.c.
Referenced by user_task().