1.0!
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#include <U8g2lib.h>
|
||||
#include <avr/wdt.h>
|
||||
|
||||
const char version[5] = "V:0.9";
|
||||
const char version[5] = "V:1.0";
|
||||
|
||||
#define SCREEN_ADDRESS 0x3C
|
||||
|
||||
@ -78,7 +78,7 @@ byte currentStep = 0;
|
||||
byte stepNumSelected = 0;
|
||||
bool *patternToEdit;
|
||||
|
||||
byte memCode = 'A'; //Change to different letter if you changed the data structure
|
||||
byte memCode = 'B'; //Change to different letter if you changed the data structure
|
||||
|
||||
unsigned int channelPulseCount[6];
|
||||
unsigned int channelPulsesPerCycle[6];
|
||||
|
||||
Reference in New Issue
Block a user