flexSensor + ledPWM + bluetooth

Dependencies:   Map

Committer:
airaen0129
Date:
Fri Jul 19 05:41:58 2019 +0000
Revision:
0:5f93dfb618bf
COMMIT test

Who changed what in which revision?

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