Chris Elsholz / Mbed 2 deprecated Quadrocopter

Dependencies:   mbed TextLCD

Fork of Quadrocopter by Marco Friedmann

Committer:
MarcoF89
Date:
Wed Aug 02 13:11:30 2017 +0000
Revision:
6:27a09e8bebfb
Child:
12:4a4dad7a3432
Initialisierung; Auslesen der Rohdaten

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MarcoF89 6:27a09e8bebfb 1 int initialisierung_gyro();
MarcoF89 6:27a09e8bebfb 2 int16_t initialisierung_acc ();
MarcoF89 6:27a09e8bebfb 3 int16_t aktuell_gyro_z();
MarcoF89 6:27a09e8bebfb 4 int16_t aktuell_gyro_x();
MarcoF89 6:27a09e8bebfb 5 int16_t aktuell_gyro_y();
MarcoF89 6:27a09e8bebfb 6 int16_t aktuell_acc_x();
MarcoF89 6:27a09e8bebfb 7 int16_t aktuell_acc_y();
MarcoF89 6:27a09e8bebfb 8 int16_t aktuell_acc_z();
MarcoF89 6:27a09e8bebfb 9