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: proto01.cpp
- Revision:
- 7:c9707baaf007
- Parent:
- 6:16a24200ab68
- Child:
- 8:4f8e46a3efc8
--- a/proto01.cpp Mon Sep 23 12:21:36 2019 +0000
+++ b/proto01.cpp Mon Sep 23 23:28:45 2019 +0000
@@ -96,4 +96,9 @@
double Proto1::getvalue_y()
{
return vector * sin(targetRad);
+}
+
+double Proto1::getTheta()
+{
+ return targetRad;
}
\ No newline at end of file