trabalho

Dependencies:   X_NUCLEO_IKS01A1 mbed-rtos mbed

Fork of HelloWorld_IKS01A1 by ST

Revision:
31:eb7320bd1d37
Parent:
27:0bbc1d575986
--- a/buffer.cpp	Mon May 09 12:51:37 2016 +0000
+++ b/buffer.cpp	Mon May 09 20:03:21 2016 +0000
@@ -8,7 +8,7 @@
 // It is thread-safe and often used to buffer data across threads
 
 #define BUFFERSIZE 100
-
+/*
 typedef struct {
         uint8_t   id;
         float    tempCelsius;
@@ -74,4 +74,5 @@
         spaceAvailable = new Semaphore(BUFFERSIZE);
         samplesInBuffer = new Semaphore(0);
     }
-};
\ No newline at end of file
+};
+*/
\ No newline at end of file