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: UITDSP_ADDA_Example2
Diff: DAC_MCP4922.hpp
- Revision:
- 1:e997f4e94491
- Parent:
- 0:46d099dfd9d6
diff -r 46d099dfd9d6 -r e997f4e94491 DAC_MCP4922.hpp
--- a/DAC_MCP4922.hpp Sat Mar 14 06:49:49 2015 +0000
+++ b/DAC_MCP4922.hpp Mon Mar 16 23:59:49 2015 +0000
@@ -29,7 +29,7 @@
protected:
void SetCR(DAC dac) { wcr_ = dac | 0x3000; }
-
+
private:
uint16_t wcr_; // write command register
@@ -48,4 +48,3 @@
};
}
#endif // DAC_MCP4922_HPP
-