You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Describe the bug
I have used the example Argument_None.ino to check the operation of the library with an ESP32_C3. With the 2.20 version of the library when I define a value of 1000 in TIMER0_INTERVAL_MS a real value of 2000 ms is obtained.
With version 2.1.0 the operation is correct.
Steps to Reproduce
I have used the example Argument_None.ino to check the operation of the library with an ESP32_C3.
Expected behavior
It was expected to obtain a square wave with a half-period equal to 1000 ms and it has been obtained measured with an oscilloscope of 2000 ms.
Arduino IDE version: 2.0.1
esp32c3-api1-20210207
OS: Windows 11
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Describe the bug
I have used the example Argument_None.ino to check the operation of the library with an ESP32_C3. With the 2.20 version of the library when I define a value of 1000 in TIMER0_INTERVAL_MS a real value of 2000 ms is obtained.
With version 2.1.0 the operation is correct.
Steps to Reproduce
I have used the example Argument_None.ino to check the operation of the library with an ESP32_C3.
Expected behavior
It was expected to obtain a square wave with a half-period equal to 1000 ms and it has been obtained measured with an oscilloscope of 2000 ms.
Arduino IDE version: 2.0.1
esp32c3-api1-20210207
OS: Windows 11
Beta Was this translation helpful? Give feedback.
All reactions