diff --git a/applications/plugins/flipper_i2ctools/README.md b/applications/plugins/flipper_i2ctools/README.md index 169534fde..5ee1f881e 100644 --- a/applications/plugins/flipper_i2ctools/README.md +++ b/applications/plugins/flipper_i2ctools/README.md @@ -1,9 +1,10 @@ # flipperzero-i2ctools [Original link](https://github.com/NaejEL/flipperzero-i2ctools) - Set of i2c tools for Flipper Zero +![Preview](i2ctools.gif) + ## Wiring C0 -> SCL @@ -28,18 +29,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 mode +- [ ] Add 10-bits adresses support +- [ ] 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 \ No newline at end of file diff --git a/applications/plugins/flipper_i2ctools/i2ctools.gif b/applications/plugins/flipper_i2ctools/i2ctools.gif new file mode 100644 index 000000000..7ad9a582c Binary files /dev/null and b/applications/plugins/flipper_i2ctools/i2ctools.gif differ