ADD: support for chinese nunchuck

This commit is contained in:
Niklas Fauth
2018-05-06 20:13:11 +02:00
parent 7337a8ae7e
commit 47f243b2fe
2 changed files with 10 additions and 10 deletions

View File

@@ -154,7 +154,7 @@ int main(void) {
speedL = CLAMP(speed * SPEED_COEFFICIENT + steer * STEER_COEFFICIENT, -1000, 1000);
setScopeChannel(2, (int)speedR);
setScopeChannel(3, (int)timeout);
setScopeChannel(3, (int)speedL);
// ####### ADDITIONAL CODE #######
#ifdef ADDITIONAL_CODE