added PIC ID info into README.protocol
+NMRA
+====
+
NMRA packets from the computer to the PIC should consist of 8-bit bytes.
bits 6-0 contain the data to be sent to the track
baud rate 9600
most significant bit first
8n1
+
+
+Flash memory
+============
+
+Byte 20 0000h bit 0 is 1 for the main PIC and 0 otherwise
+
+
+I2C
+===
bcf IPR1,5,0 ; set to low-priority interrupt
+;----------------------------------------------------------------------------
+
+; i2c setup
+
+; p68
+; p314
+; p 275 ID locs
+
+; test whether master PIC (location 20 0000h bit 0; 1 if true)
+; by doing:
+; set tblptr (tblptru/tblptrh/tblptrl)
+; tblrd *
+; result in tablat
+
+; i2c_master_setup if so, i2c_slave_setup if not
+
+
+
+
+
;----------------------------------------------------------------------------
; interrupt set-up