data type bugfix
Fork of SoftMCP4922 by
Diff: SoftMCP4922.cpp
- Revision:
- 3:060c219353b8
- Parent:
- 2:79d0ecc7375b
- Child:
- 4:63dd13bee120
--- a/SoftMCP4922.cpp Thu Oct 31 15:07:08 2013 +0000 +++ b/SoftMCP4922.cpp Sat Nov 02 08:13:19 2013 +0000 @@ -66,7 +66,7 @@ m_sck = 0; // output gain = 1 - m_sdi = 1; + m_sdi = 0; m_sck = 1; m_sck = 0;