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 IMU_code_7_14 by
Diff: IMU_code.h
- Revision:
- 1:0672f84101e4
- Parent:
- 0:22fc81041056
- Child:
- 3:232de5807dac
--- a/IMU_code.h Fri Jun 09 17:31:10 2017 +0000
+++ b/IMU_code.h Fri Jun 30 18:32:10 2017 +0000
@@ -7,7 +7,7 @@
class IMU_code
{
//CLASS VARIABLES and DEFINITIONS
- const double GRAVITY = 9.80665;
+ //const double GRAVITY = 9.80665;
#define NUMDESCRIPTS 4
#define MAXPACKETSIZE 100
@@ -16,6 +16,7 @@
public:
IMU_code(); //pass variables to a constructor (don't need anything passed to it)
string IMU_run(); //function ()
+ float IMU_pitch(); //temporary change
};
#endif /* IMU_CODE_H_ */
\ No newline at end of file
