adjust debounce time
All checks were successful
Build kernel module / build (1:6.18.34-1+rpt1, trixie) (pull_request) Successful in 59s
Build kernel module / build (1:6.12.93-1+rpt1, bookworm) (pull_request) Successful in 1m0s
Build kernel module / package (pull_request) Successful in 18s
Build kernel module / release (pull_request) Has been skipped
All checks were successful
Build kernel module / build (1:6.18.34-1+rpt1, trixie) (pull_request) Successful in 59s
Build kernel module / build (1:6.12.93-1+rpt1, bookworm) (pull_request) Successful in 1m0s
Build kernel module / package (pull_request) Successful in 18s
Build kernel module / release (pull_request) Has been skipped
This commit is contained in:
parent
63adefea86
commit
3cf13f14f2
@ -30,7 +30,7 @@
|
|||||||
* confirmed-working reference listener (5 us). sd2iec / the 1571 ROM
|
* confirmed-working reference listener (5 us). sd2iec / the 1571 ROM
|
||||||
* use a comparable few-microsecond debounce. Far shorter than a real IEC bit
|
* use a comparable few-microsecond debounce. Far shorter than a real IEC bit
|
||||||
* (tens of us), so it never smears valid data. */
|
* (tens of us), so it never smears valid data. */
|
||||||
#define IEC_DEBOUNCE_US 5
|
#define IEC_DEBOUNCE_US 10
|
||||||
|
|
||||||
/* Between-bytes minimum hold before the talker releases CLK for the next byte
|
/* Between-bytes minimum hold before the talker releases CLK for the next byte
|
||||||
* (Tbb). We simply wait for the next CLK transition; this is documentary. */
|
* (Tbb). We simply wait for the next CLK transition; this is documentary. */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user