simon says with pro mini, display, ws2812 and touch keys
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
atmega-simon/game.h

15 lines
241 B

//
// Created by MightyPork on 2017/06/08.
//
#ifndef FIRMWARE_GAME_H
#define FIRMWARE_GAME_H
#include <stdint.h>
#include <stdbool.h>
void game_main(void);
void game_button_handler(uint8_t button, bool press);
#endif //FIRMWARE_GAME_H