Jean LE QUELLEC 3 лет назад
Родитель
Сommit
70ec58be22
2 измененных файлов с 6 добавлено и 10 удалено
  1. 6 10
      README.md
  2. BIN
      i2ctools.gif

+ 6 - 10
README.md

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