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: Nunchuck/Nunchuck.cpp
- Revision:
- 5:69e9c81e9490
- Parent:
- 4:ae9dc8d5c37e
- Child:
- 7:15e3890a6782
--- a/Nunchuck/Nunchuck.cpp Thu May 11 07:34:44 2017 +0000
+++ b/Nunchuck/Nunchuck.cpp Thu May 11 07:45:52 2017 +0000
@@ -92,6 +92,13 @@
return atan2(y,x);
}
+
+double Nunchuck::analogdeg()
+{
+ return analograd() * 180.0 / PI;
+}
+
+
int Nunchuck::accx()
{
getdata();