arduino-toy-projects/fastest_presser/src/main.h

17 lines
315 B
C
Raw Normal View History

2021-04-28 23:27:30 +02:00
//
// Created by Gabriel Augendre on 28/04/2021.
//
#ifndef FASTEST_PRESSER_MAIN_H
#define FASTEST_PRESSER_MAIN_H
void displayCountdown();
void displayDigit(const char *digit);
2021-04-29 07:23:14 +02:00
byte computeWinner();
2022-03-07 17:28:34 +01:00
byte isCheating();
2021-04-29 07:23:14 +02:00
void lcdSecondLine();
void printScore();
void waitForReady();
2021-04-28 23:27:30 +02:00
#endif //FASTEST_PRESSER_MAIN_H