i2c update

This commit is contained in:
RogueMaster
2022-11-18 00:16:29 -05:00
parent 554646795b
commit 46e4bf6bb3
18 changed files with 161 additions and 104 deletions

View File

@@ -2,6 +2,8 @@
Set of i2c tools for Flipper Zero
![Preview](i2ctools.gif)
## Wiring
C0 -> SCL
@@ -26,22 +28,16 @@ Spy i2c traffic
Send command to i2c peripherals and read result
### Player
> Not implemented yet
Send command from file
## TODO
- [ ] Read more than 2 bytes in sender modez
- [ ] Read more than 2 bytes in sender mode
- [ ] Add 10-bits adresses support
- [ ] Remove max data size
- [ ] Remove max frames read size
- [ ] Test with rate > 100khz
- [ ] Save records
- [ ] Play from files
- [ ] Kicad module
- [ ] Improve UI
- [ ] Refactor Menu Management Code
- [ ] Refactor Event Management Code
- [ ] Add Documentation
- [ ] Remove max data size
- [ ] Remove max frames read size