circuitpython/shared-bindings/i2ctarget
Paulus H.J. Schulinck 89e0601a39 Update I2CTarget.c
Correction of the timeout value range needed to set the timeout to 'forever'.
The line 162 checks timeout for a value of 0 while the function definition defaults timeout to -1. In the current version of the code timeout is only checked for a value of 0 or in the 'else if' part for a value of > 0. So, values of <0 will not be taken in to account.  That is the reason of my modification.
2022-10-03 13:09:40 +01:00
..
I2CTarget.c Update I2CTarget.c 2022-10-03 13:09:40 +01:00
I2CTarget.h Change I2C terminology from "peripheral" to "target" 2022-08-09 13:13:19 -04:00
__init__.c run black_bindings across all bindings 2022-09-27 15:21:42 -05:00