this is befre i made a major change in program

Files at this revision

API Documentation at this revision

Comitter:
mlosa010
Date:
Tue Nov 26 20:55:32 2019 +0000
Parent:
1:a8a5c74bdfa6
Commit message:
this is before i added threading

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Nov 13 02:55:57 2019 +0000
+++ b/main.cpp	Tue Nov 26 20:55:32 2019 +0000
@@ -10,7 +10,7 @@
 
 // Blinking rate in milliseconds
 #define BLINKING_RATE_MS                                                    500
-
+Thread thre;
 Serial pc(USBTX, USBRX);
 Serial Ardu(p9,p10);
 void inline MPU6050Values(Serial *Ardu,int16_t *accy,int16_t *accz,int16_t *gyr, float *samplerate, int *k, float *offset,float *pitch, float *angleX);