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: akmsensor.h
- Revision:
- 13:d008249f0359
- Parent:
- 11:cef8dc1cf010
- Child:
- 22:f44f1018081e
- Child:
- 27:41aa9fb23a2f
diff -r c06cd8b76358 -r d008249f0359 akmsensor.h --- a/akmsensor.h Wed Aug 10 23:50:53 2016 +0000 +++ b/akmsensor.h Fri Aug 12 00:04:48 2016 +0000 @@ -68,6 +68,7 @@ virtual Status stopSensor() = 0; virtual Status readSensorData(Message* msg) = 0; virtual Status requestCommand(Message* in, Message* out) = 0; + virtual char* getSensorName() = 0; private: