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.
Diff: MCP4922.h
- Revision:
- 1:6c010acaae66
- Parent:
- 0:2e338068a5a7
--- a/MCP4922.h Mon Aug 05 03:53:01 2019 +0000 +++ b/MCP4922.h Tue Aug 06 12:50:39 2019 +0000 @@ -3,7 +3,7 @@ class MCP4922 { public: - MCP4922(PinName MOSI,PinName MISO,PinName SCK,PinName CS,PinName LDAC); + MCP4922(PinName MOSI,PinName SCK,PinName CS,PinName LDAC); void write(int ch,float value); private: SPI dac_SPI;