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
messen/messen.h@12:4a4dad7a3432, 2017-08-16 (annotated)
- Committer:
- MarcoF89
- Date:
- Wed Aug 16 09:45:50 2017 +0000
- Revision:
- 12:4a4dad7a3432
- Parent:
- 6:27a09e8bebfb
- Child:
- 13:5f0a2103c707
Taste zwei beim einschalten gedr?ckt halten --->
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| MarcoF89 | 12:4a4dad7a3432 | 1 | void initialisierung_gyro(); |
| MarcoF89 | 12:4a4dad7a3432 | 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 | |
| MarcoF89 | 12:4a4dad7a3432 | 10 | |
| MarcoF89 | 12:4a4dad7a3432 | 11 | |
| MarcoF89 | 12:4a4dad7a3432 | 12 | extern DigitalIn taster4(PG_4,PullDown); |
| MarcoF89 | 12:4a4dad7a3432 | 13 | extern DigitalIn taster3(PD_10,PullDown); |
| MarcoF89 | 12:4a4dad7a3432 | 14 | extern DigitalIn taster2(PG_14,PullDown); |
| MarcoF89 | 12:4a4dad7a3432 | 15 | extern DigitalIn taster1(PF_12,PullDown); |
| MarcoF89 | 12:4a4dad7a3432 | 16 | |
| MarcoF89 | 12:4a4dad7a3432 | 17 |
