trabalho

Dependencies:   X_NUCLEO_IKS01A1 mbed-rtos mbed

Fork of HelloWorld_IKS01A1 by ST

Revisions of expansionBoard.cpp

Revision Date Message Actions
31:eb7320bd1d37 2016-05-09 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 File  Diff  Annotate
30:673e342f1932 2016-05-09 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 File  Diff  Annotate
29:f96590e6058d 2016-05-09 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... File  Diff  Annotate
28:840000670c88 2016-05-08 Implement consumer, producer with mail box. Buffer can now be deleted File  Diff  Annotate
27:0bbc1d575986 2016-05-08 Reading data now creates logs and saves them to the buffer File  Diff  Annotate
26:71c54c8ae536 2016-05-08 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 File  Diff  Annotate
25:55c0dc5b32b3 2016-05-08 Create ticker in expansion board File  Diff  Annotate
23:61e09468bf3d 2016-05-07 Update log in MailBox File  Diff  Annotate
20:3e1e0f78defa 2016-05-07 Solve some compile errors in main.cpp File  Diff  Annotate
19:d442ff60498c 2016-05-07 Move Nick's code into a separate class to clean main and add user input handler File  Diff  Annotate