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

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適配器

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
```