summaryrefslogtreecommitdiff
path: root/apps/examples/pwm/pwm.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-15 22:31:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-15 22:31:05 +0000
commit3a4ec3a93203f710ed190244ef98dd544f718b3b (patch)
tree9d64c8ce61b033c342fe18c118e47469098b3720 /apps/examples/pwm/pwm.h
parent184a2a43e3cb1c86f7eadf915a9f584715e82d35 (diff)
downloadnuttx-3a4ec3a93203f710ed190244ef98dd544f718b3b.tar.gz
nuttx-3a4ec3a93203f710ed190244ef98dd544f718b3b.tar.bz2
nuttx-3a4ec3a93203f710ed190244ef98dd544f718b3b.zip
Add a watchdog timer test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4614 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/pwm/pwm.h')
-rw-r--r--apps/examples/pwm/pwm.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/examples/pwm/pwm.h b/apps/examples/pwm/pwm.h
index e15b933fc..5c049a8f8 100644
--- a/apps/examples/pwm/pwm.h
+++ b/apps/examples/pwm/pwm.h
@@ -1,7 +1,7 @@
/****************************************************************************
- * examples/examples/pwm.h
+ * examples/examples/pwm/pwm.h
*
- * Copyright (C) 2011 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -52,10 +52,10 @@
* CONFIG_EXAMPLES_PWM_DEVPATH - The path to the PWM device. Default: /dev/pwm0
* CONFIG_EXAMPLES_PWM_FREQUENCY - The initial PWM frequency. Default: 100 Hz
* CONFIG_EXAMPLES_PWM_DUTYPCT - The initial PWM duty as a percentage. Default: 50%
- * CONFIG_EXAMPLES_PWM_DURATION - The initial PWM pulse train duration in sectonds.
- * as a percentage. Used only if the current pulse count is zero (pulse count
- * is only supported if CONFIG_PWM_PULSECOUNT is defined). Default: 5 seconds
- * CONFIG_EXAMPLES_PWM_COUNT - The initial PWM pulse count. This option is
+ * CONFIG_EXAMPLES_PWM_DURATION - The initial PWM pulse train duration in seconds.
+ * Used only if the current pulse count is zero (pulse count is only supported
+ * if CONFIG_PWM_PULSECOUNT is defined). Default: 5 seconds
+ * CONFIG_EXAMPLES_PWM_PULSECOUNT - The initial PWM pulse count. This option is
* only available if CONFIG_PWM_PULSECOUNT is defined. Default: 0 (i.e., use
* the duration, not the count).
*/