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: MMA8451Q.h
- Revision:
- 5:4549fb37670a
- Parent:
- 4:c4d879a39775
--- a/MMA8451Q.h Fri Oct 12 11:35:07 2012 +0000
+++ b/MMA8451Q.h Tue Jul 30 08:59:29 2019 +0000
@@ -98,6 +98,8 @@
*/
void getAccAllAxis(float * res);
+ uint8_t getOrientation(void) ;
+
private:
I2C m_i2c;
int m_addr;