Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| notes [2008/11/16 14:55] – photonicsguy | notes [2014/11/13 10:50] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Notes ====== | ====== Notes ====== | ||
| + | ====== APC Environmental card ====== | ||
| + | AP9512TH | ||
| + | |IC1|LM35|Temperature Sensor| | ||
| + | |IC2|LM358N|Dual Opamp| | ||
| + | |IC3|LM78L|Vreg, | ||
| + | |BP1|{{: | ||
| - | ===== Timestamps ===== | + | |
| + | AP9612 | ||
| + | |IC1|[[http:// | ||
| + | |IC2|MM74HC14N|Hex inverting Schmitt trigger| | ||
| + | |IC5|P87C521| Controller| | ||
| + | |||
| + | |||
| + | ====== PCF8574 - 8-Bit I/O Expander for I2C-Bus ====== | ||
| + | [[http:// | ||
| + | |||
| + | ====== Retroreflective yarn ====== | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | ====== Timestamps | ||
| Convert Excel timestamp to unix time: '' | Convert Excel timestamp to unix time: '' | ||
| Line 10: | Line 30: | ||
| gnuplot.php | gnuplot.php | ||
| + | ---- | ||
| <code php> | <code php> | ||
| - | <? | + | <?PHP |
| if(isset($_REQUEST[" | if(isset($_REQUEST[" | ||
| header(' | header(' | ||
| Line 22: | Line 43: | ||
| while (($file = readdir($dh)) !== false) { | while (($file = readdir($dh)) !== false) { | ||
| $split=split(" | $split=split(" | ||
| - | # | ||
| if(filetype($dir . $file)==" | if(filetype($dir . $file)==" | ||
| echo "<a href=\" | echo "<a href=\" | ||
| Line 29: | Line 49: | ||
| closedir($dh); | closedir($dh); | ||
| } | } | ||
| - | } | + | } ?></ |
| - | ?></ | ||