https://github.com/redchenjs/i2c_tiny_usb_stm32
Generic USB to I2C Adapter | 基於STM32的通用USB轉I2C適配器
https://github.com/redchenjs/i2c_tiny_usb_stm32
i2c-adapter i2c-bus i2c-tiny-usb stm32f103 stm32f103c8t6 usb-to-i2c
Last synced: 2 days ago
JSON representation
Generic USB to I2C Adapter | 基於STM32的通用USB轉I2C適配器
- Host: GitHub
- URL: https://github.com/redchenjs/i2c_tiny_usb_stm32
- Owner: redchenjs
- Created: 2020-10-04T06:01:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-16T05:06:17.000Z (over 5 years ago)
- Last Synced: 2025-10-28T12:31:39.032Z (8 months ago)
- Topics: i2c-adapter, i2c-bus, i2c-tiny-usb, stm32f103, stm32f103c8t6, usb-to-i2c
- Language: C
- Homepage:
- Size: 71.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Generic USB to I2C Adapter
==========================
Generic USB to I2C Adapter based on STM32F103CB chip.
## Dependencies
```
openocd
arm-none-eabi-gcc
arm-none-eabi-newlib
```
## Preparing
### Obtain the source
```
git clone --recursive https://github.com/redchenjs/i2c_tiny_usb_stm32.git
```
### Update an existing repository
```
git pull
git submodule update --init --recursive
```
## Building
```
make flash
```