Test program for AccurateWaiter

Dependencies:   SerialStream AccurateWaiter

This test program shows how to use AccurateWaiter and demonstrates its performance.

Here's what it looks like running on a NUCLEO_F429ZI: https://app.box.com/shared/static/a7vuulqeqodh7pn5skgvniwo0b4h3pmj.png

Committer:
Jamie Smith
Date:
Thu Nov 12 23:17:01 2020 -0800
Revision:
0:df183df60d24
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jamie Smith 0:df183df60d24 1 {
Jamie Smith 0:df183df60d24 2 "target_overrides": {
Jamie Smith 0:df183df60d24 3 "*": {
Jamie Smith 0:df183df60d24 4 "platform.stdio-baud-rate": 115200,
Jamie Smith 0:df183df60d24 5 "target.printf_lib": "std"
Jamie Smith 0:df183df60d24 6 }
Jamie Smith 0:df183df60d24 7 }
Jamie Smith 0:df183df60d24 8 }