Skip to content

Instantly share code, notes, and snippets.

puts "Hello, World!"
@Linkaan
Linkaan / playlist.ino
Created February 5, 2020 08:06
Playlist Arduino
#include <LiquidCrystal.h>
#include <avr/pgmspace.h>
#include <string.h>
#include "songs.h"
#define encoder0PinA 2
#define encoder0PinB 3
#define encoder0PinC 8
#define NOTE_C1 33