Showing 3 of 9 total issues
Function flashChestLED
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Driver.prototype.flashChestLED = function(r, g, b, timeOn, timeOff, callback) {
Function setHeadLED
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Driver.prototype.setHeadLED = function(light1, light2, light3, light4, callback) {
Function driveDistance
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Driver.prototype.driveDistance = function(direction, distance, turnDirection, turnAngle, callback) {