EasternEdgeRobotics / Software_2017

The control software for 2017
MIT License
3 stars 0 forks source link

Update pi4j and address api changes #329

Open ConnorWhalen opened 7 years ago

ConnorWhalen commented 7 years ago

We have to update pi4j to fix #328. Doing so has broken some of our code, mostly catching new exceptions when using serial.

@cal-pratt check the changes to MaestroChannel closely because I might have screwed up your byte management. serial.read() returns a byte array instead of a char now.

cal-pratt commented 7 years ago

On second thought, the byte reads don't even matter because we don't use the voltage or current sensor