WritePICSlow Function

Sends a data byte to the secondary processor (PIC) found on all MINI-MAX/51 boards. The secondary processor is a slow I2C slave device ( I2C is implemented in software inside the secondary microcontroller )

Syntax

ERRCODE WritePICSlow( UBYTE dataByte )

Parameters

UBYTE - data byte to write

Return Value

ERRCODE - SUCCESS if operation successful, non-zero error code otherwise

Remarks

N/A

Requirements

i2c.h

Example

N/A