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 ELEC347_CourseWork by
Revision 3:36d6642c2c45, committed 2017-11-28
- Comitter:
- chills
- Date:
- Tue Nov 28 09:53:14 2017 +0000
- Parent:
- 2:f6e49378dd8a
- Child:
- 4:c9ed97dad32b
- Commit message:
- Test
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Nov 28 09:51:30 2017 +0000
+++ b/main.cpp Tue Nov 28 09:53:14 2017 +0000
@@ -26,7 +26,7 @@
BP_filter.Define_Filter();
float sample_rate = (1.0/35000) ;
- sample_timer.attach(&sampler,sample_rate);;
+ sample_timer.attach(&sampler,sample_rate);
while(1) {
