You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the first two states are established by an interrupt / timer task.
The third state is a simple 256 us delay right before writing data to the CCD-bus.
The fourth arbitration state is determined during the transmission of the first ID byte.
It would be much better if the same idle-timer would determine the first 3 states in the background.
The third state is especially sensitive to blocking delays.
An enumerated variable could store all 4 states in one place.
The text was updated successfully, but these errors were encountered:
Hi, could the library be used to make a clone of Chrysker's SKIM? Is it possible to develop a system that clones the SKIM module of a Wrangler 98-2006?
Four bus-states need to be determined on-the-fly:
Right now the first two states are established by an interrupt / timer task.
The third state is a simple 256 us delay right before writing data to the CCD-bus.
The fourth arbitration state is determined during the transmission of the first ID byte.
It would be much better if the same idle-timer would determine the first 3 states in the background.
The third state is especially sensitive to blocking delays.
An enumerated variable could store all 4 states in one place.
The text was updated successfully, but these errors were encountered: