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.
Dependencies: mbed
Diff: QtoEuler.h
- Revision:
- 0:4824ed76a312
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/QtoEuler.h Wed Mar 04 17:49:57 2020 +0000 @@ -0,0 +1,19 @@ + + + + +#ifndef QtoEuler_h +#define QtoEuler_h + +//---------------------------------------------------------------------------------------------------- +// Variable declaration + +extern volatile float pitch, rol, jaw ; // Globale winkelvariablen + +//--------------------------------------------------------------------------------------------------- +// Function declarations + +void QtoEuler(); + + +#endif \ No newline at end of file