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: Sumo_v2 Sumo_v2_Unstable Sumo_v2_RG13
Revision 3:6ccc5c3acee1, committed 2012-04-14
- Comitter:
- BlazeX
- Date:
- Sat Apr 14 12:33:06 2012 +0000
- Parent:
- 2:5bb207fd97c5
- Child:
- 4:df8367bf9dd0
- Commit message:
Changed in this revision
| AR8000.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/AR8000.cpp Sat Apr 14 10:08:55 2012 +0000
+++ b/AR8000.cpp Sat Apr 14 12:33:06 2012 +0000
@@ -21,7 +21,7 @@
for(int i= 0; i < 8; i++)
{
LastRise[i]= 0;
- dTime[i]= 1500;
+ dTime[i]= 1000;
}
ChInt0.mode(PullDown); ChInt0.rise<AR8000>(this, &AR8000::Rise0); ChInt0.fall<AR8000>(this, &AR8000::Fall0);