Add Logic Analyzer waveform captures to docs

Included new Logic Analyzer Captures section in README and created a corresponding markdown file with waveform images for various EPP cycles. This provides visual aids for better understanding the timing and behavior of EPP transactions.
This commit is contained in:
2024-03-09 00:02:17 +01:00
parent bc7e848561
commit 4f5642709c
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Logic Analyzer Captures
## Address Write Cycle
![Waveform of the EPP Address Write Cycle](Address%20Write%20Cycle.webp "EPP Address Write")
## Data Write Cycle
![Waveform of the EPP Data Write Cycle](Data%20Write%20Cycle.webp "EPP Data Write")
## Data Read Cycle
![Waveform of the EPP Data Read Cycle](Data%20Read%20Cycle.webp "EPP Data Read")