Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of DDRO_Farrari by
Diff: board_test.h
- Revision:
- 0:84a8bcfbdec9
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/board_test.h Mon Oct 07 22:58:19 2013 +0000 @@ -0,0 +1,12 @@ +#include "mbed.h" +#include "dac.h" +#include "pinout.h" +#include "scan.h" +#include "pll.h" +#include "lcd.h" +#include "jtag.h" + +void analog_test(); +void scan_set_test(); +void lcd_test(); +void mem_test(JTAG &jtag); \ No newline at end of file