This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mission:log:2014:02:08:playing-with-my-pigi-jamest42 [2014-02-09 22:47] – final version jamest | mission:log:2014:02:08:playing-with-my-pigi-jamest42 [2014-02-14 19:36] (current) – fix in program code comments jamest | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Personal Log: PiGI Testing ====== | ====== Personal Log: PiGI Testing ====== | ||
- | Some time ago i stumbled upon the [[lab: | + | Some time ago i stumbled upon the [[lab: |
{{ : | {{ : | ||
Line 50: | Line 50: | ||
/* | /* | ||
Activating the Interrupt: If the signal on Pin 2 drops below the threshold " | Activating the Interrupt: If the signal on Pin 2 drops below the threshold " | ||
- | the function | + | the function |
*/ | */ | ||
attachInterrupt(0, | attachInterrupt(0, | ||
Line 104: | Line 104: | ||
/* | /* | ||
Activating the Interrupt: If the signal on Pin 2 drops below the threshold " | Activating the Interrupt: If the signal on Pin 2 drops below the threshold " | ||
- | the function | + | the function |
*/ | */ | ||
attachInterrupt(0, | attachInterrupt(0, |