Skip to content

Instantly share code, notes, and snippets.

@tgoode451
tgoode451 / ultrasonicservofade.ino
Last active October 28, 2018 11:14
UltrasonicServoFade.
#include <NewPing.h>
#include <Servo.h>
#include <FastLED.h>
//
// Mark's xy coordinate mapping code. See the XYMatrix for more information on it.
//
// Params for width and height
const uint8_t kMatrixWidth = 16;