iSkipper-Software
iSkipper-Software copied to clipboard
A software project for iSkipper
Results
2
iSkipper-Software issues
Sort by
recently updated
recently updated
newest added
I quickly looked at your Arduino sketch and noticed that you are printing over Serial in your packet handlers. The packet handlers run in an ISR, and printing over Serial...
bug
fixed
Hi, I'm getting some compile errors on the included arduino sketch. It looks like capturePacketHandler and replacePacketHandler are declared void and but also attempted to be included in argument to...