Compare commits

..

No commits in common. "master" and "develop" have entirely different histories.

2 changed files with 12 additions and 17 deletions

View file

@ -239,8 +239,7 @@ for 1 turntable stepper motor, 1 PiCam and 1 laser.
| (white square) | Ground (GND) | | (white square) | Ground (GND) |
| 5V | 5V output from regulator to FabScanPi HAT | | 5V | 5V output from regulator to FabScanPi HAT |
For the DC/DC converter option you can find further instructions and pictures on the [Watterott electronic website](https://learn.watterott.com/fabscan/hat_assembly.pdf). For the DC/DC converter option you can find further instructions and pictures on the [Watterott electronic website](https://github.com/watterott/RPi-FabScan-HAT/blob/master/hardware/RPi-FabScan-HAT_Assembly.pdf).
NOTE: For the final stage of constuction a more powerful power supply is needed. At the moment there are no technical specifications available. NOTE: For the final stage of constuction a more powerful power supply is needed. At the moment there are no technical specifications available.

View file

@ -1,17 +1,13 @@
var _paq = _paq || [];
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["setCookieDomain", "*.fabscan.org"]); _paq.push(["setCookieDomain", "*.fabscan.org"]);
_paq.push(["setDomains", ["*.fabscan.org","*.www.fabscan.org"]]);
_paq.push(['trackPageView']); _paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']); _paq.push(['enableLinkTracking']);
(function() { (function() {
var u="//analytics.mariolukas.de/"; var u="http://analytics.mariolukas.de/";
_paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '3']); _paq.push(['setSiteId', 3]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})(); })();
$.get('https://api.github.com/repos/mariolukas/FabScanPi-Build-Raspbian/releases/latest', function (data) { $.get('https://api.github.com/repos/mariolukas/FabScanPi-Build-Raspbian/releases/latest', function (data) {