sparki.accelX();
sparki.accelY();
sparki.accelZ();
Serial1.read();
Serial1.print();
Serial1.println();
sparki.beep();
sparki.beep(int freq);
sparki.beep(int freq, int time);
sparki.gripperOpen();
sparki.gripperOpen(width_cm);
sparki.gripperClose();
sparki.gripperClose(width_cm);
sparki.gripperStop();
sparki.sendIR();
Infrared Reflectance Sensor
sparki.edgeLeft();
sparki.lineLeft();
sparki.lineCenter();
sparki.lineRight();
sparki.edgeRight();
sparki.readIR();
sparki.clearLCD();
sparki.updateLCD();
sparki.drawPixel(xPixel, yPixel);
sparki.readPixel(xPixel, yPixel);
sparki.drawChar(xPixel, yLine, char);
sparki.drawString(xPixel, yLine, *char);
sparki.drawLine(xStart, yStart, xEnd, yEnd);
sparki.drawRect(xCorner, yCorner, width, height);
sparki.drawRectFilled(xCorner, yCorner, width, height);
sparki.drawCircle(xCenter, yCenter, radius);
sparki.drawCircleFilled(xCenter, yCenter, radius);
sparki.drawBitmap(xStart, yStart, *bitmap, width, height);
sparki.lightLeft();
sparki.lightCenter();
sparki.lightRight();
sparki.magX();
sparki.magY();
sparki.magZ();
sparki.RGB(R, G, B);
digitalWrite(STATUS_LED, HIGH);
digitalWrite(STATUS_LED, LOW);
analogWrite(STATUS_LED, 0);
analogWrite(STATUS_LED, 123);
analogWrite(STATUS_LED, 255);
sparki.moveForward(distance_cm);
sparki.moveBackward(distance_cm);
sparki.moveLeft(angle_degrees);
sparki.moveRight(angle_degrees);
sparki.moveStop();
sparki.servo(angle_degrees);
sparki.motorRotate(int motor, int direction, int speed);
sparki.motorStop(int motor);
sparki.ping();