![]() |
Modular Pinball Machine Controller
|
Tracks the state of each coil. More...
#include <pinkit.h>
Data Fields | |
| BYTE | state |
| BYTE | timer |
| BYTE | max |
Tracks the state of each coil.
| BYTE max |
On-time limit in ms, 0 = no limit
| BYTE state |
0=off, 1=on
| BYTE timer |
used for timing the on duration of a pulse, and as watchdog
1.7.3