Package comm
Class OnI2CListener

Public Method onReceive

abstract void onReceive()

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

This method has to be implemented by the user in order to receive data via I2C. It will be automatically called by the EventManagement. The incoming data can be obtained calling the I2C.read method.

Note