HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
main.h File Reference

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)
 

Detailed Description

Main for GPIB emulator for HP85 disk emulator project for AVR.

Copyright © 2014-2017 Mike Gore, All rights reserved. GPL
See also
http://github.com/magore/hp85disk
http://github.com/magore/hp85disk/COPYRIGHT.md for Copyright details
Edit History
  • [1.0] [user name] Initial revision of file.

Definition in file main.h.

Function Documentation

◆ get_line()

void get_line ( char *  buff,
int  len 
)

Get a line from UART 0 up to a maximum of len bytes.

Parameters
[in]buffline input buffer
[in]lenline length maximum
Returns
void

Definition at line 421 of file rs232.c.

◆ help()

void help ( )

======================================

======================================

Display the main help menu - calls all other help menus

Returns
void
See also
gpib_help()
fatfs_help()

Definition at line 249 of file main.c.

Referenced by user_task().

◆ task()

void task ( void  )

◆ time_test()

void time_test ( void  )

◆ uart_get()

char uart_get ( void  )

Receive a character from UART 0.

Returns
character

Definition at line 411 of file rs232.c.

◆ uart_put()

void uart_put ( uint8_t  c)