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:
- 2:44b76f6f19d5
- Parent:
- 1:a88df80e7664
- Child:
- 3:bf6ac5967bd1
--- a/LDC1000.h Wed Apr 29 14:57:22 2015 +0000
+++ b/LDC1000.h Tue May 19 13:26:40 2015 +0000
@@ -89,7 +89,10 @@
* - LDC_AMPLITUDE_4V
**/
void setOutputPower(LDC_AMPLITUDE amplitude);
-
+
+ /** set Watchdog timer **/
+ void setWatchdog(float frequency);
+
private:
void readSPI(uint8_t *data, uint8_t address, uint8_t num_bytes = 1);
void writeSPI(uint8_t *data, uint8_t address, uint8_t num_bytes = 1);
