#include "SCDVK.h" #include #include #include #include "Constants.h" SCDVK DVK; void setup() { DVK.begin(); } void loop() // run over and over { DVK.execute(); }