Motor Array

The type of array that things are stored in needs to match the type of things being stored in the array. If you want to store ints in the array, the array type should be int. If you want to store AF_DCMotor objects in an array, the array type should be AF_DCMotor.