From d5136151db6c3042fb29da6b814c37e49759349c Mon Sep 17 00:00:00 2001 From: mikee47 Date: Thu, 4 Jul 2024 12:24:55 +0100 Subject: [PATCH] USE_US_TIMER not applicable to Esp32 --- .../Arch/Esp32/Components/driver/hw_timer.rst | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Sming/Arch/Esp32/Components/driver/hw_timer.rst b/Sming/Arch/Esp32/Components/driver/hw_timer.rst index 14fae3de0f..979e853f93 100644 --- a/Sming/Arch/Esp32/Components/driver/hw_timer.rst +++ b/Sming/Arch/Esp32/Components/driver/hw_timer.rst @@ -3,25 +3,6 @@ hw_timer: Hardware Timers Driver for hardware timers. -Variables ---------- - -.. envvar:: USE_US_TIMER - - 0 (default): Use default /256 prescale for Timer2 - 1: Use /16 prescale - - The following functions depend on Timer2: - - NOW() return value, the Timer2 tick count - - Software timers - - System time - - Software timers are driven by Timer2, which by default uses a /256 prescale - providing a resolution of 3.2us and a range of 1' 54". - - Enabling this setting increases the resolution to 200ns but reduces the maximum - software timer to 7" 9.5s. - API Documentation -----------------