HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
portio.h
Go to the documentation of this file.
1 
15 #ifndef _PORTIO_TESTS_H_
16 #define _PORTIO_TESTS_H_
17 
18 /* portio_tests.c */
19 void portio_help( int full );
20 int portio_tests( int argc __attribute__((unused)), char *argv []);
21 #endif // #ifndef _PORTIO_TESTS_H_
portio_help
void portio_help(int full)
Help Menu for AVR PORT IO functions See: int port_tests(char *str)
Definition: portio.c:25
portio_tests
int portio_tests(int argc __attribute__((unused)), char *argv[])
PORT user tests User invoked PORT functions and tasks.
Definition: portio.c:44