Skip to content

Instantly share code, notes, and snippets.

@ourfool
ourfool / _180215_CPUEval.ino
Last active February 16, 2018 07:02
CPUEval
/*--------------------------------------------------
CPU Evaluation Code
作成者:鷺ノ宮わっふる
作成日:18/02/15
--------------------------------------------------*/
/*--------------------------------------------------
グローバル変数(Arduinoピン定義)
--------------------------------------------------*/
/*
ALU Evaluation program
Read digital inputs, prints the result to the serial monitor
*/
// digital pin name:
const int ID1 = 2;
const int ID2 = 3;
const int ID3 = 4;
const int ID4 = 5;