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.
Dependents: Orange_Ferrari_board_functional
board_test.h@1:6a820a0ca03b, 2013-10-21 (annotated)
- Committer:
- liangzhen
- Date:
- Mon Oct 21 22:36:51 2013 +0000
- Revision:
- 1:6a820a0ca03b
- Parent:
- 0:84a8bcfbdec9
mbed code for Farrari board
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); |