xevi/NuEVI
Mikael Degerfält 4bf2a3a91e Renamed menu.ino to menu.cpp
This change required lots of other changes to have it compile. I had to declare all variables from NuEVI.ino used by the menu as extern in a separate header file (globals.h).
Also I moved all defines from NuEVI.ino to a config.h file. I think some of these could be moved back or even moved into menu.cpp.
I declared many variables and functions in menu.cpp as static and moved them around to avoid forward declarations. For simplicity I did some forward declarations anyway.
Some varibles only used in menu.cpp was moved from NuEVI.ino instead of having them as externals.
2019-06-03 19:24:21 +02:00
..
config.h Renamed menu.ino to menu.cpp 2019-06-03 19:24:21 +02:00
globals.h Renamed menu.ino to menu.cpp 2019-06-03 19:24:21 +02:00
hardware.h Added way to enter regular menu instead of rotator menu (touch special key) if touch sensing is set too high. Added support for pneumatic bite sensing (add-on board). Experimental pitch CV out for built-in add-on CV scaler board (#define CVSCALEBOARD). LED brightness fix. 2019-03-21 09:15:28 +01:00
menu.cpp Renamed menu.ino to menu.cpp 2019-06-03 19:24:21 +02:00
menu.h Renamed menu.ino to menu.cpp 2019-06-03 19:24:21 +02:00
midi.h Move all source files to subdirectory to be less confusing for Arduino IDE 2019-03-04 10:16:58 +01:00
midi.ino Let us not rename files right now. 2019-03-05 08:00:38 +01:00
name.c Move all source files to subdirectory to be less confusing for Arduino IDE 2019-03-04 10:16:58 +01:00
NuEVI.ino Renamed menu.ino to menu.cpp 2019-06-03 19:24:21 +02:00