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: DSProcessingIO mbed
Fork of DAC_Test by
Revision 2:4bd5fbc225c3, committed 2014-07-15
- Comitter:
- CQpub0Mikami
- Date:
- Tue Jul 15 05:51:10 2014 +0000
- Parent:
- 1:339c82434d38
- Child:
- 3:5ab09465f2cc
- Commit message:
- Minor change for test of update.
; only insert carrige return and line feed.
;
Changed in this revision
| main_ADDA.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main_ADDA.cpp Tue Jul 15 05:28:03 2014 +0000
+++ b/main_ADDA.cpp Tue Jul 15 05:51:10 2014 +0000
@@ -29,5 +29,6 @@
int main()
{
timer_.attach_us(&TimerIsr, 1.0e6f/FS_);
+
while (true) {} // infinite loop
}
