Skip to content

Instantly share code, notes, and snippets.

@tuenhidiy
tuenhidiy / Arduigames
Created April 29, 2018 08:42
Arduigames use Arduino Uno, LoLShield, MPU6050 & Microphone Module to play some simple games & animations
#include "Charliplexing.h" //LOL library
#include "Myfont.h"
#include "Figure.h"
#include "Font.h"
#include "Arduino.h"
#include "fix_fft.h"
#include "LOLDraw.h"
#include "LoLShield_Tetris.h"
#include <Wire.h>//gyro
#include <SPI.h>
//*************************************************ARDUINO PIN USAGE***********************************************//
#define latch_pin 2
#define blank_pin 4
#define data_pin 11
#define clock_pin 13
//*************************************************COLORWHEEL VARIABLES***********************************************//