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.
Fork of AkmSensor by
Diff: akmsensormanager.h
- Revision:
- 15:1238993fd75f
- Parent:
- 13:d008249f0359
- Child:
- 16:d85be9bafb80
- Child:
- 21:966724730ce6
--- a/akmsensormanager.h Mon Sep 12 17:24:11 2016 +0000
+++ b/akmsensormanager.h Fri Oct 28 21:27:33 2016 +0000
@@ -7,10 +7,7 @@
#include "Message.h"
#include "debug.h"
#include "ble/BLE.h"
-
-#ifdef REV_D
#include "mcp342x.h"
-#endif
#define ANALOG_SENSOR_ID P0_4
#define ANALOG_SENSOR_ID_SUB P0_5
@@ -57,10 +54,7 @@
AkmSensor* getAkmSensor();
void dataOut(char* str);
-
-#ifdef REV_D
int16_t getAdcData(MCP342X *mcp3428, MCP342X::AdcChannel ch, MCP342X::SampleSetting s);
-#endif
};
#endif // AKMSENSORMANAGER_H

