code including all sensors

Dependencies:   LAAP AK8963

Committer:
Glaxys_finest1
Date:
Mon Nov 25 10:53:05 2019 +0000
Revision:
1:3463231e9c41
Parent:
0:66a265dc3146
hello1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Glaxys_finest1 0:66a265dc3146 1 # Testing examples
Glaxys_finest1 0:66a265dc3146 2
Glaxys_finest1 0:66a265dc3146 3 Examples are tested using tool [htrun](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests) and templated print log.
Glaxys_finest1 0:66a265dc3146 4
Glaxys_finest1 0:66a265dc3146 5 To run the test, use following command after you build the example:
Glaxys_finest1 0:66a265dc3146 6 ```
Glaxys_finest1 0:66a265dc3146 7 mbedhtrun -d D: -p COM4 -m K64F -f .\BUILD\K64F\GCC_ARM\blinky.bin --compare-log tests\blinky.log
Glaxys_finest1 0:66a265dc3146 8 ```
Glaxys_finest1 0:66a265dc3146 9
Glaxys_finest1 0:66a265dc3146 10
Glaxys_finest1 0:66a265dc3146 11 More details about `htrun` are [here](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests#testing-mbed-os-examples).
Glaxys_finest1 0:66a265dc3146 12