diff options
| author | Michael Hope <michaelh@juju.net.nz> | 2011-08-31 20:45:44 +1200 |
|---|---|---|
| committer | Michael Hope <michaelh@juju.net.nz> | 2011-09-13 19:35:12 +1200 |
| commit | b9be2450f0e3d39d234221ec301a319b79dcfb4e (patch) | |
| tree | 0cd9a785f0491a823d38b3a6fb01fa48edbdfcfd /libmaple/dac.c | |
| parent | 0697f5d0d61fd75c148df1ce91722608c789f0ac (diff) | |
Added more doxygen file level headers. Documented a few more functions.
Signed-off-by: Michael Hope <michaelh@juju.net.nz>
Diffstat (limited to 'libmaple/dac.c')
| -rw-r--r-- | libmaple/dac.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libmaple/dac.c b/libmaple/dac.c index 4070984..15e944f 100644 --- a/libmaple/dac.c +++ b/libmaple/dac.c @@ -24,6 +24,11 @@ * SOFTWARE. *****************************************************************************/ +/** + * @file dac.c + * @brief Digital to analog converter support. + */ + #include "libmaple.h" #include "gpio.h" #include "dac.h" |
