removed pitch library

This commit is contained in:
Fenoglio 2018-07-12 00:38:04 +02:00
parent 95be944080
commit c8b03417ee
2 changed files with 3 additions and 4 deletions

View File

@ -80,13 +80,13 @@ const float LEDStates[][3] =
#define STARTSEQ_STARTPAUSE_MS 1000
#define STARTSEQ_TONEPAUSE_MS 1000
#define STARTSEQ_TON_1_2_LENGTH_MS 200
#define STARTSEQ_TON_1_2_FREQUENCY NOTE_G4
#define STARTSEQ_TON_1_2_FREQUENCY 392 //NOTE_G4
#define STARTSEQ_TON_3_LENGTH_MS 100
#define STARTSEQ_TON_3_FREQUENCY NOTE_C6
#define STARTSEQ_TON_3_FREQUENCY 1047 //NOTE_C6
#define FAILSEQ_TONEPAUSE_MS 400
#define FAILSEQ_TON_LENGTH_MS 300
#define FAILSEQ_TON_FREQUENCY NOTE_G1
#define FAILSEQ_TON_FREQUENCY 49 //NOTE_G1
#define TIMER_MAX_TIME 99999
#define TIMER_TIMEOUT 20000

View File

@ -3,7 +3,6 @@
#include "SSD1306AsciiWire.h"
#include "RF24.h"
#include "speedclock.h"
#include "pitch.h"
// internal defines for the OLED display ...
SSD1306AsciiWire display;