LED effects demo for LPC1768 using version 5 RTOS Details at https://os.mbed.com/users/4180_1/notebook/led-lighting-effects-for-modelers/ - NOTE: Requires firmware update for proper wait times

Committer:
4180_1
Date:
Fri Sep 06 12:42:09 2019 +0000
Revision:
0:4087d19c8e7b
ver 1.0

Who changed what in which revision?

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