Skip to content

Commit

Permalink
Update Defines.h
Browse files Browse the repository at this point in the history
  • Loading branch information
amowry committed Sep 4, 2024
1 parent 2b748b2 commit 888713e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions warbl2_firmware/Defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#define VERSION 42 // Firmware version (without decimal point)
//#define PROTOTYPE46 // Hardware -- version 46 uses older pinout without the expansion port or the ability to reprogram the ATmega. Comment this out for all later versions.
#define HARDWARE_REVISION 48 // Not currently used. Can be written to EEPROM 1992 to store revision number.
#define HARDWARE_REVISION 49 // Not currently used. Can be written to EEPROM 1992 to store revision number.
#define ATMEGA_FIRMWARE_VERSION 10 // Remember which ATmega firmware version we have installed so we kow when to update it.

#define WATCHDOG_TIMEOUT_SECS 5 // The timeout needs to be set longer than any task that might interrupt the loop().
Expand Down Expand Up @@ -341,7 +341,6 @@
#define MIDI_CC_102_VALUE_70 70 // Bidirectional. Settings for current instrument: Pitchbend mode 0
#define MIDI_CC_102_VALUE_71 71 // Bidirectional. Settings for current instrument: Pitchbend mode 1
#define MIDI_CC_102_VALUE_72 72 // Bidirectional. Settings for current instrument: Pitchbend mode 2
/* MrMep: this next value is missing from the Google Doc */
#define MIDI_CC_102_VALUE_73 73 // Bidirectional. Settings for current instrument: Pitchbend mode 3
/* 74-79 unused */
#define MIDI_CC_102_VALUE_80 80 // Bidirectional. Settings for current instrument: Breath mode 0
Expand Down

0 comments on commit 888713e

Please sign in to comment.