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

16 lines
296 B
C

//
// 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);
byte computeWinner();
void lcdSecondLine();
void printScore();
void waitForReady();
#endif //FASTEST_PRESSER_MAIN_H