An I/O controller for virtual pinball machines: accelerometer nudge sensing, analog plunger input, button input encoding, LedWiz compatible output controls, and more.
Dependencies: mbed FastIO FastPWM USBDevice
Fork of Pinscape_Controller by
An I/O controller for virtual pinball machines: accelerometer nudge sensing, analog plunger input, button input encoding, LedWiz compatible output controls, and more.
Dependencies: mbed FastIO FastPWM USBDevice
Fork of Pinscape_Controller by
Thanks for letting me know, and thanks especially for making the effort to track down the root cause. It looks to me like you're exactly right about it - the night mode switcher is assuming that outLevel[] has already been initialized, which isn't the case if you haven't sent any output control commands from the PC at that point. I'll make the change and post an updated binary so that the problem doesn't recur the next time you update.