programma di prova

Dependencies:   SDFileSystemFunzionante mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers header.h Source File

header.h

00001 #include "mbed.h"
00002 #include <time.h>
00003 #define BLOCCO 1000
00004 
00005 //SDFileSystem sd(SPI_MOSI, SPI_MISO, SPI_SCK, SPI_CS, "sd");
00006 Serial pc(USBTX,USBRX,9600);
00007 
00008 typedef struct{
00009     float x,y,z;
00010     float xx,yy,zz;
00011     //char* t;
00012 } DatiAccelerometro;
00013 
00014 DatiAccelerometro vettore[BLOCCO];