da testare
Dependencies: mbed
Fork of programmaACC by
Diff: header.h
- Revision:
- 3:c9fbf54ed265
- Parent:
- 0:7d3cc2de8dd2
- Child:
- 4:fa71806deb67
--- a/header.h Tue Dec 05 19:37:35 2017 +0000 +++ b/header.h Fri Mar 30 16:29:45 2018 +0000 @@ -1,18 +1,14 @@ #include "mbed.h" #include <time.h> -#define BLOCCO 5 +#define BLOCCO 1000 + +//SDFileSystem sd(SPI_MOSI, SPI_MISO, SPI_SCK, SPI_CS, "sd"); +Serial pc(USBTX,USBRX,9600); typedef struct{ float x,y,z; - char* t; + float xx,yy,zz; + //char* t; } DatiAccelerometro; -DatiAccelerometro vettore[BLOCCO]; -DatiAccelerometro appoggio[BLOCCO]; - -void funzione_acquisisci(); -void acquisisci(); -void funzione_copia(); -void copia(); -void funzione_salva(); -void salva(); \ No newline at end of file +DatiAccelerometro vettore[BLOCCO]; \ No newline at end of file