VL53L1X-MAX

Committer:
peng103617
Date:
Tue Oct 22 05:47:05 2019 +0000
Revision:
0:385e286b830a
MAX

Who changed what in which revision?

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