forked from lucysrausch/hoverboard-firmware-hack
added more setScopeChannel for debug output, fixed line ending in debug output
This commit is contained in:
@@ -217,6 +217,10 @@ int main(void) {
|
||||
#endif
|
||||
setScopeChannel(2, (int)speedR);
|
||||
setScopeChannel(3, (int)speedL);
|
||||
// setScopeChannel(4, (int));
|
||||
// setScopeChannel(5, (int));
|
||||
// setScopeChannel(6, (int));
|
||||
// setScopeChannel(7, (int));
|
||||
|
||||
#ifdef ADDITIONAL_CODE
|
||||
ADDITIONAL_CODE;
|
||||
|
Reference in New Issue
Block a user