This commit is contained in:
2023-08-28 23:42:54 +03:00
parent 1820e678c9
commit 54c0f0d50a
7 changed files with 4463 additions and 2 deletions

View File

@ -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];