HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Main for GPIB emulator for HP85 disk emulator project for AVR. More...
Go to the source code of this file.
Functions | |
void | uart_put (uint8_t c) |
char | uart_get (void) |
Receive a character from UART 0. More... | |
void | get_line (char *buff, int len) |
Get a line from UART 0 up to a maximum of len bytes. More... | |
void | help (void) |
====================================== More... | |
void | time_test (void) |
void | task (void) |
Main for GPIB emulator for HP85 disk emulator project for AVR.
Definition in file main.h.
void get_line | ( | char * | buff, |
int | len | ||
) |
void help | ( | ) |
======================================
======================================
Display the main help menu - calls all other help menus
Definition at line 249 of file main.c.
Referenced by user_task().
void task | ( | void | ) |
void time_test | ( | void | ) |
char uart_get | ( | void | ) |
void uart_put | ( | uint8_t | c | ) |