Because the V3.0 firmware cannot handle a (char)(0) operation, we had to increment every value by 1; operating in the [0..100] range for Teensy's, and in the [1...101] range for the custom PCB. The dll compesates for this though:
However, in some cases, the brake commands default to 2 instead of 1 for the firmware 3.0 tests. There is an error somewhere in the SenseGlove class, that needs to be fixed before release.
Because the V3.0 firmware cannot handle a (char)(0) operation, we had to increment every value by 1; operating in the [0..100] range for Teensy's, and in the [1...101] range for the custom PCB. The dll compesates for this though:
However, in some cases, the brake commands default to 2 instead of 1 for the firmware 3.0 tests. There is an error somewhere in the SenseGlove class, that needs to be fixed before release.