more articles
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<!-- { "title", "Something completely different: SNMP to MySQL" } -->
|
||||
<!-- { "title": "Something completely different: SNMP to MySQL" } -->
|
||||
<h1>#title#</h1>
|
||||
<p>
|
||||
I'm helping to maintain a fleet of about 50 printers in a charity distributed over about 30 locations in the city. Now, they wanted to know how much the individual printers are utilized to get some numbers for an effort to reduce the number of printers.
|
||||
@ -119,7 +119,7 @@ CREATE TABLE `collecteddata_t` (
|
||||
KEY `devicedataitem_fk_idx` (`devicedataitem`),
|
||||
CONSTRAINT `devicedataitem_fk` FOREIGN KEY (`devicedataitem`) REFERENCES `devicedataitem_t` (`id`)
|
||||
</code>
|
||||
<pre>
|
||||
</pre>
|
||||
|
||||
And here are the sources:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!--{ "title": "Why always SPI CS on pin 10?" } -->
|
||||
<!-- { "title": "Why always SPI CS on pin 10?" } -->
|
||||
<h1>#title#</h1>
|
||||
|
||||
<p>
|
||||
@ -10,7 +10,7 @@ But why is TFT CS on pin 10?
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="http://a385e5.files.wordpress.com/2016/03/bildschirmfoto-2016-03-03-um-21-48-49.png" rel="attachment wp-att-711"><img src="http://a385e5.files.wordpress.com/2016/03/bildschirmfoto-2016-03-03-um-21-48-49.png" alt="Bildschirmfoto 2016-03-03 um 21.48.49" width="722" height="449" class="alignnone size-full wp-image-711" /></a>
|
||||
<a href="files/bildschirmfoto-2016-03-03-um-21-48-49.png" rel="attachment wp-att-711"><img src="files/bildschirmfoto-2016-03-03-um-21-48-49.png" alt="Bildschirmfoto 2016-03-03 um 21.48.49" width="722" height="449" class="alignnone size-full wp-image-711" /></a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@ -18,7 +18,7 @@ Pin 10 is also the SPI CS for the Ethernet shield. Why not, for instance, pin 6:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="http://a385e5.files.wordpress.com/2016/03/img_1211-e1457038834523.jpg" rel="attachment wp-att-712"><img src="http://a385e-5.de/wp-content/uploads/IMG_1211-e1457038834523-1024x768.jpg" alt="IMG_1211" width="474" height="356" class="alignnone size-large wp-image-712" /></a>
|
||||
<a href="files/img_1211-e1457038834523.jpg" rel="attachment wp-att-712"><img src="files/IMG_1211-e1457038834523-1024x768.jpg" alt="IMG_1211" width="474" height="356" class="alignnone size-large wp-image-712" /></a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@ -30,5 +30,5 @@ And voila, both the display and the ethernet shield is working:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="http://a385e5.files.wordpress.com/2016/03/img_1212-e1457039094609.jpg" rel="attachment wp-att-713"><img src="http://a385e-5.de/wp-content/uploads/IMG_1212-e1457039094609-1024x768.jpg" alt="IMG_1212" width="474" height="356" class="alignnone size-large wp-image-713" /></a>
|
||||
<a href="files/img_1212-e1457039094609.jpg" rel="attachment wp-att-713"><img src="files/IMG_1212-e1457039094609-1024x768.jpg" alt="IMG_1212" width="474" height="356" class="alignnone size-large wp-image-713" /></a>
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user