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:38] – inserted pics 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, | ||
| Line 137: | Line 137: | ||
| ==== Generating random numbers (proof-of-concept) ==== | ==== Generating random numbers (proof-of-concept) ==== | ||
| - | Recently, i visited a lecture about computer physics, and when we discussed different random number generators I had the idea to implement a random number generator based on radioactive decay. See [[https:// | + | Recently, i visited a lecture about computer physics, and when we discussed different random number generators I had the idea to implement a random number generator based on radioactive decay. See [[https:// | 
| <sxh c; toolbar: | <sxh c; toolbar: | ||