|
NAME
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file: device i2ctinyusb
device usb
device iicbusAlternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): i2ctinyusb_load="YES" DESCRIPTIONThe The More information about this device can be found at: https://github.com/harbaum/I2C-Tiny-USB and (for the Raspberry Pi Pico version): https://github.com/Nicolai-Electronics/rp2040-i2c-interface The I2C controller supports read and write transactions with up to 1024 bytes of data, and a write followed by the repeated start followed by a read transactions up to 1024 bytes. Zero length transfers are not supported. HISTORYThe
|