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: gyro.h
- Revision:
- 1:a3822b798d67
- Parent:
- 0:c06aa9ff9c62
- Child:
- 2:186e38f0c07e
--- a/gyro.h Tue Dec 21 06:05:59 2010 +0000
+++ b/gyro.h Tue Dec 21 06:09:02 2010 +0000
@@ -55,10 +55,11 @@
/** Use the self test mode to test if the gyro is working
*
* Returns 0 for test passed 1 for test failed
+ * Incomplete
*/
int test();
/** put gyro into sleep mode
- * Incomplete
+ *
*/
void sleep();
/** wake gyro up from sleep mode (default)