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:
- 3:bf6ac5967bd1
- Parent:
- 2:44b76f6f19d5
- Child:
- 5:98d4fd07734a
--- a/LDC1000.h Tue May 19 13:26:40 2015 +0000
+++ b/LDC1000.h Tue May 19 13:31:03 2015 +0000
@@ -1,6 +1,7 @@
#ifndef _LDC1000_H_
#define _LDC1000_H_
+#include "FastPWM.h"
/**
* @file LDC1000.h
* @brief this header file will contain all required
@@ -106,7 +107,7 @@
uint32_t _raw_l;
SPI _spiport;
DigitalOut _cs_pin;
- PwmOut _clock;
+ FastPWM _clock;
};
#endif
\ No newline at end of file
