AA0100000101000001 / Omnitrix-Test-Files

Tests for each of the Omnitrix features seperated into projects for ESP32
0 stars 0 forks source link

EXT1 Test #15

Closed AA0100000101000001 closed 3 months ago

AA0100000101000001 commented 6 months ago

Based on Timer_With_Epoch_Time_Interrupts_Test

AA0100000101000001 commented 4 months ago

Need to change rotary encoders circuit to make the default voltage low. Right now I'm using a rotary encoder module that is active low. It woks with high because the interrupts only detect the change but it wont work with ext1 ESP_EXT1_WAKEUP_ANY_HIGH.

AA0100000101000001 commented 3 months ago

Basic test that is needed is done. Will update when the circuit changes