This function registers a function to be called when a controller device requests data from a peripheral device.
Wire.onRequest(handler)
handler: the function to be called, takes no parameters and returns nothing.
None.