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.
Diff: ad5933.h
- Revision:
- 8:20576c73ba85
- Parent:
- 7:0e8dabae876c
--- a/ad5933.h Fri Aug 20 23:27:15 2021 +0300
+++ b/ad5933.h Sun Aug 22 10:39:50 2021 +0300
@@ -113,10 +113,10 @@
bool initFrequencySweepParam(unsigned int startFreq, unsigned int stepFreq, unsigned int nrOfSteps, unsigned int nrOfCycles, bool PGA, int RangeNr);
/// real part of impedance (uncalibrated)
- unsigned int real;
+ int real;
/// imaginary part of impedance (uncalibrated)
- unsigned int imaginary;
+ int imaginary;
private:
I2C sCom;