Generates a test signal on an AnalogOut and monitors a signal on an AnalogIn, plotting the test signal or the actual signal depending on a conditional compile. The wait() and wait_ms() library calls for this board are highly inaccurate so a new function is provided to wait for X number of milliseconds -- which is not very accurate.

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI mbed-os BSP_DISCO_F429ZI

History

Added average TEC history; default tip

2019-06-17, by Damotclese [Mon, 17 Jun 2019 17:11:07 +0000] rev 2

Added average TEC history;


Threat timing is very bad, a thread will average waking up once a millisecond when asked but there is a lot of slop. Instead of launching threads I instead call the "threads" from main() now.;

2019-06-14, by Damotclese [Fri, 14 Jun 2019 21:11:31 +0000] rev 1

Threat timing is very bad, a thread will average waking up once a millisecond when asked but there is a lot of slop. Instead of launching threads I instead call the "threads" from main() now.;


Checking in the project for safe keeping;

2019-06-10, by Damotclese [Mon, 10 Jun 2019 17:10:01 +0000] rev 0

Checking in the project for safe keeping;