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:
- 14:a75b20f9cc24
- Parent:
- 13:5f0a2103c707
- Child:
- 15:742683a8efda
--- a/messen/messen.h Thu Aug 17 12:32:10 2017 +0000 +++ b/messen/messen.h Thu Aug 17 12:55:14 2017 +0000 @@ -4,8 +4,13 @@ int16_t aktuell_gyro_x(); int16_t aktuell_gyro_y(); int16_t aktuell_acc_x(); +float read_x_acc (); int16_t aktuell_acc_y(); +float read_y_acc (); int16_t aktuell_acc_z(); +float read_z_acc (); +double pitch(); +double roll(); void anlernen(PwmOut *Motor1, PwmOut *Motor2, PwmOut *Motor3, PwmOut *Motor4, DigitalIn *taster1, DigitalIn *taster2, DigitalIn *taster4); void viberationen(AnalogOut *rauschen, PwmOut *Motor1, PwmOut *Motor2, PwmOut *Motor3, PwmOut *Motor4, DigitalIn *taster4);
