Skip to content

Commit

Permalink
Spark Handle definition
Browse files Browse the repository at this point in the history
  • Loading branch information
LivingSynthesis committed Nov 15, 2023
1 parent 67403e6 commit c6b04c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions VortexEngine/VortexEngine.ino
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ void setup()
void loop()
{
VortexEngine::tick();
Serial.println("test");
}
5 changes: 4 additions & 1 deletion VortexEngine/src/VortexConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// the engine flavour, this should change for each device/flavour
// of the engine that branches off from the main indefinitely
#define VORTEX_NAME "Chromadeck"
#define VORTEX_NAME "Spark"

// the full name of this build for ex:
// Vortex Engine v1.0 'Igneous' (built Tue Jan 31 19:03:55 2023)
Expand All @@ -40,6 +40,9 @@
// uses too much stack space to run on smaller devices
#define VORTEX_SLIM 0

// Turn on this flag to change from Spark Orbit pins to Spark Handle pins
#define SPARK_HANDLE

// ===================================================================
// Numeric Configurations

Expand Down

0 comments on commit c6b04c1

Please sign in to comment.