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: akmhallswitch.cpp
- Revision:
- 15:1238993fd75f
- Parent:
- 13:d008249f0359
- Child:
- 16:d85be9bafb80
diff -r 21e177fc308a -r 1238993fd75f akmhallswitch.cpp
--- a/akmhallswitch.cpp Mon Sep 12 17:24:11 2016 +0000
+++ b/akmhallswitch.cpp Fri Oct 28 21:27:33 2016 +0000
@@ -125,7 +125,7 @@
}
AkmSensor::Status AkmHallSwitch::requestCommand(Message* in, Message* out){
- return AkmSensor::SUCCESS;
+ return AkmSensor::ERROR;
}
char* AkmHallSwitch::getSensorName(){
return sensorName;

