;===============================================================================
;                               SPLat Controls.                                ;
;                          Product Development Group                           ;
;                            Melbourne,  AUSTRALIA                             ;
;                            http://www.splatco.com                            ;
;===============================================================================
;PURPOSE:
; I/O map for the SX10508 logger board.
;
;===============================================================================
;===============================================================================
;           Copyright (c) 2013 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 --
iButton           iEQU  0
iJ0               iEQU  1
iJ1               iEQU  2
iCardDetect       iEQU  3
iWriteProtect     iEQU  4
iBoot0            iEQU  5
iDoRTCCal         iEQU  6

;-- digital outputs --
oLEDOn            oEQU  0
oRedLED           oEQU  1

;-- serial ports --
COM0              EQU   251
COM1              EQU   252
COM485            EQU   253

;-- xwire phy mode --
;these are used with the XwirePhys instruction
XwireTTL          EQU   0
XwireRS485        EQU   1


