Luiz Fernando Nobre / RadioIn

Dependents:   Sumo_v2 Sumo_v2_Unstable Sumo_v2_RG13

Files at this revision

API Documentation at this revision

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);