Skip to content

Instantly share code, notes, and snippets.

@tmuthesius
tmuthesius / Firmware.ino
Last active May 12, 2020 06:16
Arduino Firmware of my Table Saw Box Joint Jig
#include <EEPROM.h>
#include <LiquidCrystal.h>
#include <Button.h> //https://github.com/carlynorama/Arduino-Library-Button
#include <AccelStepper.h> //http://www.open.com.au/mikem/arduino/AccelStepper/
#define STEPS_MM 486
#define MAX_SPEED 700
#define ACCELERATION 4000
#define ZERO_SPEED 700
#define MIN_BLADE_ZERO 2