Skip to content

Commit 9f404e7

Browse files
committed
add i2c to main README
1 parent 736bc5e commit 9f404e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ What's here? See the sections below. Each driver or function should come with it
1919
- [MA730 SPI driver](src/encoders/ma730/) - SPI driver for the MPS MagAlpha MA730 absolute position magnetic rotary encoder IC.
2020
- [STM32 Hardware Encoder](src/encoders/stm32hwencoder/) - Hardware timer based encoder driver for ABI type quadrature encoders.
2121

22+
### Communications
23+
24+
- [I2CCommander I2C driver](src/comms/i2c/) - I2C communications protocol and drivers for both controller and target devices.
2225

2326

2427
## How to use

0 commit comments

Comments
 (0)