Save
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
#include <Arduino.h>
|
||||
//#include <SPI.h>
|
||||
//#include <SD.h>
|
||||
|
||||
#ifndef BEERBOX_IS_INCLUDED
|
||||
#define BEERBOX_IS_INCLUDED
|
||||
|
||||
|
||||
#define NUM_OF_PEOPLE 25
|
||||
#define NUM_OF_DRINKS 10
|
||||
#define DRINK_NAME_MAX_LENGTH 13
|
||||
#define FILE_NAME_LEN 4
|
||||
#define FILE_EXTENSION_LEN 4
|
||||
#define FILE_EXTENSION "pers"
|
||||
#define FILE_EXTENSION "per"
|
||||
#define NAME_LEN 10
|
||||
|
||||
extern int __drinks_taken;
|
||||
|
Reference in New Issue
Block a user