da testare
Dependencies: mbed
Fork of programmaACC by
header.h
- Committer:
- NdA994
- Date:
- 2018-04-25
- Revision:
- 4:fa71806deb67
- Parent:
- 3:c9fbf54ed265
File content as of revision 4:fa71806deb67:
#include "mbed.h" #include <time.h> #define BLOCCO 10 Serial pc(USBTX,USBRX,9600); typedef struct{ float x,y,z; float xx,yy,zz; //char* t; } DatiAccelerometro; DatiAccelerometro vettore[BLOCCO];