
Builds a native program on MacOS that runs the NuEVI firmware compiled for x86_64. Only input is arrow keys for menu buttons for now. Only output is console and display. Copied some more library files into the simulation folder, and renamed the modified *.cpp files from the libraries to *_sim.cpp.
5 lines
93 B
C
5 lines
93 B
C
// This header file is in the public domain.
|
|
|
|
#ifndef CORE_TEENSY
|
|
#define CORE_TEENSY
|
|
#endif
|