|
@@ -2,6 +2,8 @@
|
|
|
|
|
|
|
|
Set of i2c tools for Flipper Zero
|
|
Set of i2c tools for Flipper Zero
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
## 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
|