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 Quadrocopter by
Diff: messen/messen.h
- Revision:
- 6:27a09e8bebfb
- Child:
- 12:4a4dad7a3432
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messen/messen.h Wed Aug 02 13:11:30 2017 +0000 @@ -0,0 +1,9 @@ +int initialisierung_gyro(); +int16_t initialisierung_acc (); +int16_t aktuell_gyro_z(); +int16_t aktuell_gyro_x(); +int16_t aktuell_gyro_y(); +int16_t aktuell_acc_x(); +int16_t aktuell_acc_y(); +int16_t aktuell_acc_z(); +
