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
board_test.h@0:84a8bcfbdec9, 2013-10-07 (annotated)
- Committer:
- liangzhen
- Date:
- Mon Oct 07 22:58:19 2013 +0000
- Revision:
- 0:84a8bcfbdec9
power sensor tested;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
liangzhen | 0:84a8bcfbdec9 | 1 | #include "mbed.h" |
liangzhen | 0:84a8bcfbdec9 | 2 | #include "dac.h" |
liangzhen | 0:84a8bcfbdec9 | 3 | #include "pinout.h" |
liangzhen | 0:84a8bcfbdec9 | 4 | #include "scan.h" |
liangzhen | 0:84a8bcfbdec9 | 5 | #include "pll.h" |
liangzhen | 0:84a8bcfbdec9 | 6 | #include "lcd.h" |
liangzhen | 0:84a8bcfbdec9 | 7 | #include "jtag.h" |
liangzhen | 0:84a8bcfbdec9 | 8 | |
liangzhen | 0:84a8bcfbdec9 | 9 | void analog_test(); |
liangzhen | 0:84a8bcfbdec9 | 10 | void scan_set_test(); |
liangzhen | 0:84a8bcfbdec9 | 11 | void lcd_test(); |
liangzhen | 0:84a8bcfbdec9 | 12 | void mem_test(JTAG &jtag); |