File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/learn/05.communication/01.wire Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ To see the full API for the Wire library, visit its [documentation page](https:/
108108- ` read() ` - Reads a byte that was transmitted from a peripheral to a controller.
109109- ` setClock() ` - Modify the clock frequency
110110- ` onReceive() ` - Register a function to be called when a peripheral receives a transmission
111- - ` onRequest() ` - Register a function to be called hwen a controller requests data
111+ - ` onRequest() ` - Register a function to be called when a controller requests data
112112- ` setWireTimeout() ` - Sets the timeout for transmissions in controller mode
113113- ` clearWireTimeoutFlag() ` - Clears the timeout flag
114114- ` getWireTimeoutFlag() ` - Checks whether a timeout has occurred since the last time the flag was cleared.
You can’t perform that action at this time.
0 commit comments