da testare
Dependencies: mbed
Fork of programmaACC by
header.h@0:7d3cc2de8dd2, 2017-12-05 (annotated)
- Committer:
- giuseppe_guida
- Date:
- Tue Dec 05 18:08:51 2017 +0000
- Revision:
- 0:7d3cc2de8dd2
- Child:
- 3:c9fbf54ed265
programma;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
giuseppe_guida | 0:7d3cc2de8dd2 | 1 | #include "mbed.h" |
giuseppe_guida | 0:7d3cc2de8dd2 | 2 | #include <time.h> |
giuseppe_guida | 0:7d3cc2de8dd2 | 3 | #define BLOCCO 5 |
giuseppe_guida | 0:7d3cc2de8dd2 | 4 | |
giuseppe_guida | 0:7d3cc2de8dd2 | 5 | typedef struct{ |
giuseppe_guida | 0:7d3cc2de8dd2 | 6 | float x,y,z; |
giuseppe_guida | 0:7d3cc2de8dd2 | 7 | char* t; |
giuseppe_guida | 0:7d3cc2de8dd2 | 8 | } DatiAccelerometro; |
giuseppe_guida | 0:7d3cc2de8dd2 | 9 | |
giuseppe_guida | 0:7d3cc2de8dd2 | 10 | DatiAccelerometro vettore[BLOCCO]; |
giuseppe_guida | 0:7d3cc2de8dd2 | 11 | DatiAccelerometro appoggio[BLOCCO]; |
giuseppe_guida | 0:7d3cc2de8dd2 | 12 | |
giuseppe_guida | 0:7d3cc2de8dd2 | 13 | void funzione_acquisisci(); |
giuseppe_guida | 0:7d3cc2de8dd2 | 14 | void acquisisci(); |
giuseppe_guida | 0:7d3cc2de8dd2 | 15 | void funzione_copia(); |
giuseppe_guida | 0:7d3cc2de8dd2 | 16 | void copia(); |
giuseppe_guida | 0:7d3cc2de8dd2 | 17 | void funzione_salva(); |
giuseppe_guida | 0:7d3cc2de8dd2 | 18 | void salva(); |