Skip to content

Instantly share code, notes, and snippets.

View treby's full-sized avatar

Hiroaki Ninomiya treby

View GitHub Profile
@treby
treby / IDmSnatcher.ino
Last active October 4, 2015 22:38
Read & Repeat IDm/PMm using RC-S620/S and LCD (Arduino Sketch)
#include <LiquidCrystal.h>
#include <RCS620S.h>
#define COMMAND_TIMEOUT 400
#define POLLING_INTERVAL 500
#define LED_PIN 13
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
RCS620S rcs620s;
int mode;