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: Inductive_Sensor_3
Fork of LDC1101 by
Diff: LDC1000.h
- Revision:
- 12:312970050c8c
- Parent:
- 8:b5fb9681869c
--- a/LDC1000.h Fri May 29 13:45:48 2015 +0000
+++ b/LDC1000.h Mon Jun 01 08:21:11 2015 +0000
@@ -32,9 +32,6 @@
typedef enum { LDC_MODE_STANDBY = 0, LDC_MODE_ACTIVE = 1} LDC_MODE;
-typedef enum { WAKE_UP = 1, COMPARATOR = 2 , ACTIVE = 4} LDC_INTB;
-
-
/**
* Class for the LDC1000.
* @author Victor Sluiter
@@ -53,7 +50,6 @@
* @param mode choose from LDC_MODE_ACTIVE or LDC_MODE STANDBY
**/
void mode(LDC_MODE mode){writeSPI((uint8_t *)(&mode), 0x0B);};
- void setINTB(LDC_INTB setINTB){writeSPI((uint8_t *)(&setINTB), 0x0A);};
/**
* @brief get the calculated inductance value
**/
