Week 4 Challenge - Electronic Die
Week 4 Challenge - Electronic Die
//Electronic die
void setup() {
// put your setup code here, to run once:
int index;
randomSeed(analogRead(0));
Serial.begin(9600);
void loop() {
// put your main code here, to run repeatedly:
button = digitalRead(inPin);