User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mission:log:2014:02:08:playing-with-my-pigi-jamest42 [2014/02/09 22:49] jamestmission:log:2014:02:08:playing-with-my-pigi-jamest42 [2014/02/14 19:36] (current) – fix in program code comments jamest
Line 50: Line 50:
    /*    /*
   Activating the Interrupt: If the signal on Pin 2 drops below the threshold "FALLING",   Activating the Interrupt: If the signal on Pin 2 drops below the threshold "FALLING",
-  the function Interrupt() is called+  the function CountInterrupt() is called
    */    */
   attachInterrupt(0, CountInterrupt, FALLING);   attachInterrupt(0, CountInterrupt, FALLING);
Line 104: Line 104:
    /*    /*
   Activating the Interrupt: If the signal on Pin 2 drops below the threshold "FALLING",   Activating the Interrupt: If the signal on Pin 2 drops below the threshold "FALLING",
-  the function Interrupt() is called+  the function CountInterrupt() is called
    */    */
   attachInterrupt(0, CountInterrupt, FALLING);   attachInterrupt(0, CountInterrupt, FALLING);