Skip to content

Instantly share code, notes, and snippets.

#include <SPI.h>
const int MINIMUM = 1000;
const int X_MINUS_PIN = 7;
const int X_PLUS_PIN = 6;
const int Y_MINUS_PIN = 5;
const int Y_PLUS_PIN = 4;
const int Z_MINUS_PIN = 3;
const int Z_PLUS_PIN = 2;