trabalho

Dependencies:   X_NUCLEO_IKS01A1 mbed-rtos mbed

Fork of HelloWorld_IKS01A1 by ST

History

. default tip

2016-05-10, by Jacinta [Tue, 10 May 2016 11:19:21 +0000] rev 33

.


..

2016-05-09, by Jacinta [Mon, 09 May 2016 20:18:58 +0000] rev 32

..


Well..worked in the READ, READAll and around some errors. I?m getting some strange errors as well stating that "log_data" as already been defined, probably changing the name will solve this

2016-05-09, by Jacinta [Mon, 09 May 2016 20:03:21 +0000] rev 31

Well..worked in the READ, READAll and around some errors. I?m getting some strange errors as well stating that "log_data" as already been defined, probably changing the name will solve this


After a lot of trial and error I managed to fix the "ticker.attach" error. I will try to work on the other errors (related with "t" in the "main") however I'm still not sure what to do there since "t" is type "Thread" and the output is should be time

2016-05-09, by Jacinta [Mon, 09 May 2016 12:51:37 +0000] rev 30

After a lot of trial and error I managed to fix the "ticker.attach" error. I will try to work on the other errors (related with "t" in the "main") however I'm still not sure what to do there since "t" is type "Thread" and the output is should be time


Still can't figure the problem with "ticker.attach", however fixed some other errors that showed when I commented out ticker.attach. Apart from this, the remaining errors are related with "t", which is a variable of type thread being used for time...

2016-05-09, by Jacinta [Mon, 09 May 2016 01:42:41 +0000] rev 29

Still can't figure the problem with "ticker.attach", however fixed some other errors that showed when I commented out ticker.attach. Apart from this, the remaining errors are related with "t", which is a variable of type thread being used for time...


Implement consumer, producer with mail box. Buffer can now be deleted

2016-05-08, by stwykd [Sun, 08 May 2016 14:49:34 +0000] rev 28

Implement consumer, producer with mail box. Buffer can now be deleted


Reading data now creates logs and saves them to the buffer

2016-05-08, by stwykd [Sun, 08 May 2016 09:18:37 +0000] rev 27

Reading data now creates logs and saves them to the buffer


Created a buffer and finished implementing expansion board.; There's missing to send the data to the buffer just after reading on readData. You can copy and paste buffer.cpp to mailbox.cpp, or continue buffer.cpp as a mailbox

2016-05-08, by stwykd [Sun, 08 May 2016 08:37:33 +0000] rev 26

Created a buffer and finished implementing expansion board.; There's missing to send the data to the buffer just after reading on readData. You can copy and paste buffer.cpp to mailbox.cpp, or continue buffer.cpp as a mailbox


Create ticker in expansion board

2016-05-08, by stwykd [Sun, 08 May 2016 07:00:11 +0000] rev 25

Create ticker in expansion board


Add date in log_data

2016-05-07, by stwykd [Sat, 07 May 2016 20:47:22 +0000] rev 24

Add date in log_data