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.
Dependencies: 4DGL-uLCD-SE mbed
src/TestSuite.h@10:99392075e1d0, 2015-10-19 (annotated)
- Committer:
- kevinrhyne
- Date:
- Mon Oct 19 19:57:15 2015 +0000
- Revision:
- 10:99392075e1d0
- Child:
- 11:419e5d18d42b
wifi, lcd, led all tested
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
kevinrhyne | 10:99392075e1d0 | 1 | #include "mbed.h" |
kevinrhyne | 10:99392075e1d0 | 2 | |
kevinrhyne | 10:99392075e1d0 | 3 | class TestSuite{ |
kevinrhyne | 10:99392075e1d0 | 4 | |
kevinrhyne | 10:99392075e1d0 | 5 | public: |
kevinrhyne | 10:99392075e1d0 | 6 | void LEDTest(); |
kevinrhyne | 10:99392075e1d0 | 7 | void LCDTest(); |
kevinrhyne | 10:99392075e1d0 | 8 | void WifiTest(); |
kevinrhyne | 10:99392075e1d0 | 9 | |
kevinrhyne | 10:99392075e1d0 | 10 | }; |
kevinrhyne | 10:99392075e1d0 | 11 |