Library to communicate with LDC1614
Dependents: Inductive_Sensor_3
Fork of LDC1101 by
Diff: LDC1101.cpp
- Revision:
- 23:8faeabb395db
- Parent:
- 22:8da965ce5af3
- Child:
- 24:6bf98c909dfb
--- a/LDC1101.cpp Sat Jan 16 09:12:32 2016 +0000 +++ b/LDC1101.cpp Mon Jan 18 15:40:36 2016 +0000 @@ -33,8 +33,6 @@ { /* stop toggling the CLKIN pin input and drive the CLKIN pin Low */ func_mode( LDC_MODE_SHUTDOWN ); - _cs_pin.write(0); // CSB down - suicide( this ); } void LDC1101::wakeup(void) {