From 6ff7fbaf9e7bf5d544d011704ebe69c3238c395f Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 10 May 2012 16:56:24 -0400 Subject: Update API page. No API changes. Signed-off-by: Marti Bolivar --- source/libmaple/api/delay.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'source/libmaple') diff --git a/source/libmaple/api/delay.rst b/source/libmaple/api/delay.rst index 5d0397d..d11496b 100644 --- a/source/libmaple/api/delay.rst +++ b/source/libmaple/api/delay.rst @@ -1,12 +1,11 @@ .. highlight:: c .. _libmaple-delay: -``delay.h`` -=========== +```` +====================== -Simple busy-loop delaying. - -Functions ---------- +Provides a simple busy-loop delay function. Note that this function +does not account for time spent in interrupts, so actual delay times +may vary depending on your application. .. doxygenfunction:: delay_us -- cgit v1.2.3