mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
Merge pull request #171 from NaejEL/i2cTools-newUI
New UI for I2C Tools
This commit is contained in:
commit
078e2c2db9
2 changed files with 7 additions and 8 deletions
|
@ -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
|
BIN
applications/plugins/flipper_i2ctools/i2ctools.gif
Normal file
BIN
applications/plugins/flipper_i2ctools/i2ctools.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 MiB |
Loading…
Reference in a new issue