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
- Host: GitHub
- URL: https://github.com/allanbian1017/i2c-ch341-usb
- Owner: allanbian1017
- Created: 2016-08-07T16:02:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T14:22:08.000Z (over 4 years ago)
- Last Synced: 2023-03-10T09:41:43.985Z (almost 3 years ago)
- Topics: ch341, i2c-bus, linux-kernel-driver
- Language: C
- Size: 11.7 KB
- Stars: 51
- Watchers: 7
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```