|   | 
          
            
  
  
  
   
 
 Next: Pbus Driver Code, pbus.c
 Up: Firmware Library, dacslib
 Previous: ACIA Serial Driver Code,
     Contents 
 
 
The following is the header file for the Pbus driver code.  It merely
provides function prototypes for the Pbus functions.
/*****************************************************************************
 * DACS : Distributed Audio Control System
 *============================================================================
 *         File: pbus.h
 *       Author: Stephen S. Richardson
 * Date Created: 04.14.97
 *  Environment: ICC11 v4.0, 68HC11 target
 *        Build: library, not standalone
 *============================================================================
 * The code, executables, documentation, firmware images, and all related
 * material of DACS are  
 * Copyright (C) 1997 Stephen S. Richardson - ALL RIGHTS RESERVED
 *****************************************************************************
 * Source code control:
 *
 * $Id: pbus.h,v 1.1 1997/07/23 21:31:54 prefect Exp prefect $
 *
 *****************************************************************************/
#ifndef _pbus
#define _pbus
void pbus_lwrite (unsigned char addx, unsigned char data);
unsigned char pbus_lread (unsigned char addx);
void pbus_init (void);
#endif
 
  
Steve Richardson
2000-07-06
 | 
Table of Contents
 
 
[Whole document in PDF 1.9MB]
 
 
[more photos and information]
 
 |