Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MAXREFDES130_131_Demo MAXREFDES130_Demo MAX11300_test
Revision 5:c75c615f95b2, committed 2016-07-31
- Comitter:
- j3
- Date:
- Sun Jul 31 05:17:10 2016 +0000
- Parent:
- 4:feb3df5409d4
- Child:
- 6:09a5c5c8081c
- Commit message:
- working on docs
Changed in this revision
| MAX11300.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MAX11300.h Sun Jul 31 05:14:17 2016 +0000
+++ b/MAX11300.h Sun Jul 31 05:17:10 2016 +0000
@@ -185,7 +185,7 @@
///@brief Write single ended DAC configured port
///@param[in] port - single ended DAC configured port
- ///@param[out] data - value to be written to DAC data register
+ ///@param[in] data - value to be written to DAC data register
///@return Result of operation
CmdResult single_ended_dac_write(MAX11300_Ports port, uint16_t data);