Skip to content

This repository is used to maintain the generic mcu_bsp I created.

Notifications You must be signed in to change notification settings

Logic-Bai/mcu_bsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

MCU BSP

This repository is used to maintain the generic mcu_bsp I created.

I2C

soft_simulation_i2c

It can flexibly add i2c devices without occupying addtional RAM, and it overhead for switching i2c device is O(1).

After calling and swithing i2c devices, there will be no additional overhead when using i2c operation function.

it's a very good library to manage multi-i2c device.

  • It easy to add and remove a i2c device, good for programmer coding.
  • The cost of RAM is the same as just have a I2C device, good for save RAM.
  • The cost of time to operate i2c bus is the same as just have a I2C device, good for saving time.

About

This repository is used to maintain the generic mcu_bsp I created.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages