;===============================================================================
;                               SPLat Controls.                                ;
;                          Product Development Group                           ;
;                            Melbourne,  AUSTRALIA                             ;
;===============================================================================
;PURPOSE:
; I/O map for the DC216
;
;===============================================================================
;===============================================================================
;           Copyright (c) 2014 SPLat Controls. All rights reserved.            ;
;                                                                              ;
;        THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF SPLat Controls.        ;
;               The copyright notice above does not evidence any               ;
;              actual or intended publication of such source code.             ;
;===============================================================================

;===============================================================================
;
;<IOSEG>
;I/O Assignments
;
;===============================================================================
;-- digital inputs --
iIn0              iEQU  0
iIn1              iEQU  1 
iIn2              iEQU  2 
iIn3              iEQU  3 
iIn4              iEQU  4 
iIn5              iEQU  5 
iIn6              iEQU  6 
iIn7              iEQU  7
iBtnUp            iEQU  8
iBtnDn            iEQU  9
iBtnLeft          iEQU  10
iBtnRight         iEQU  11

;-- digital outputs --
oOut0             oEQU  0
oOut1             oEQU  1 
oOut2             oEQU  2 
oOut3             oEQU  3 
oOut4             oEQU  4 
oOut5             oEQU  5 
oOut6             oEQU  6 
oOut7             oEQU  7 
oLedOn            oEQU  8
oLedGreen         oEQU  9

;-- analogue inputs --
aiIn0             EQU   0
aiIn1             EQU   1

;-- analogue outputs --
aoOut0            EQU   0

;-- serial --
COMTTL            EQU   251
COM485            EQU   252
COMUSB            EQU   253


