An open API service indexing awesome lists of open source software.

https://github.com/allanbian1017/i2c-ch341-usb

A Linux kernel driver for ch341 emulating the I2C bus
https://github.com/allanbian1017/i2c-ch341-usb

ch341 i2c-bus linux-kernel-driver

Last synced: 8 days ago
JSON representation

A Linux kernel driver for ch341 emulating the I2C bus

Awesome Lists containing this project

README

          

I2C-CH341-USB Linux kernel driver
=================
CH341 to i2c bus linux kernel driver. With this driver inserted to Linux kernel, you can write your code using the standard Linux I2C API.
## How to use it
```
make
insmod i2c-ch341-usb.ko
```