diff --git a/16bit_hello_picowbell_dvi/.feather_rp2040.test.only b/16bit_hello_picowbell_dvi/.none.test.only similarity index 100% rename from 16bit_hello_picowbell_dvi/.feather_rp2040.test.only rename to 16bit_hello_picowbell_dvi/.none.test.only diff --git a/Cheekmate/Arduino/Cheekmate/.qtpy_esp32s2.test.only b/Cheekmate/Arduino/Cheekmate/...qtpy_esp32s2.test.only similarity index 100% rename from Cheekmate/Arduino/Cheekmate/.qtpy_esp32s2.test.only rename to Cheekmate/Arduino/Cheekmate/...qtpy_esp32s2.test.only diff --git a/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/.feather_rp2040.test.only b/Cheekmate/Arduino/Cheekmate/.none.test.only similarity index 100% rename from Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/.feather_rp2040.test.only rename to Cheekmate/Arduino/Cheekmate/.none.test.only diff --git a/IoT_Button_BFF_Examples/adafruitIO_iotButtonNeoPixelBFF/.qtpy_esp32s2.test.only b/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/.none.test.only similarity index 100% rename from IoT_Button_BFF_Examples/adafruitIO_iotButtonNeoPixelBFF/.qtpy_esp32s2.test.only rename to Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/.none.test.only diff --git a/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth.ino b/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth.ino index 4bf18c98c..c89f07634 100644 --- a/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth.ino +++ b/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth.ino @@ -681,7 +681,7 @@ void make_triangle(uint16_t x1, uint16_t y1, uint16_t side_1, uint16_t side_2,ui } int analog_map(int x, int minMap, int maxMap) { - int z = analogRead(x); + long unsigned int z = analogRead(x); z = map(z, 0, 1023, minMap, maxMap); return z; } @@ -726,7 +726,7 @@ void draw_gradient(int x, int y, int w, int h) { } } -void millisDelay(int delayTime){ - int start_time = millis(); +void millisDelay(long unsigned int delayTime){ + long unsigned int start_time = millis(); while ( millis() - start_time < delayTime) ; } diff --git a/IoT_Button_BFF_Examples/adafruitIO_iotButtonNeoPixelBFF/.none.test.only b/IoT_Button_BFF_Examples/adafruitIO_iotButtonNeoPixelBFF/.none.test.only new file mode 100644 index 000000000..e69de29bb