Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkvkv authored Nov 26, 2024
1 parent b537a07 commit 6957095
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Soft I2C

That is Edited version of [Original version](https://schkorea.tistory.com/437) for stm32

原作者:https://schkorea.tistory.com/437

精简了部分代码,增加8/16bit寄存器地址的突发(连续)读写函数

移植到展锐8850平台
Features:
- various speed support (400 clock pulses per second and more on 288 MHz CPU)
- multi-bus support
- transmit/receive in blocking mode only
- no interrupts, no timers required
- concurrent access protected (mutex)
- support for reading without a register

Tested on FreeRTOS 10, Artery AT32f437, zero loss on 1000 samples

# Fork source
https://github.com/liyanboy74/soft-i2c

0 comments on commit 6957095

Please sign in to comment.