My static website generator using poole https://www.xythobuz.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hardware.html 5.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Hardware (#) xythobuz.de</title>
  6. <meta name="description" content="Electronics &amp; Software Projects" />
  7. <meta name="keywords" content="xythobuz" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <link rel="author" href="/xythobuz@xythobuz.de">
  10. <link rel="shortcut icon" href="/img/favicon.ico">
  11. <link rel="alternate" type="application/rss+xml" title="Blog" href="/rss.xml">
  12. <link type="text/css" rel="stylesheet" href="/css/sh_bright.min.css" />
  13. <link rel="stylesheet" href="/css/bootstrap.css" type="text/css" media="screen" />
  14. <link rel="stylesheet" href="/css/gh-fork-ribbon.css" />
  15. <link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
  16. <script type="text/javascript" src="/js/sh_main.js"></script>
  17. <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.1/jquery.min.js"></script>
  18. <script type="text/javascript" src="/js/bootstrap.js"></script>
  19. </head>
  20. <body onload="sh_highlightDocument('/js/sh/', '.min.js');">
  21. <div class="navbar">
  22. <div class="navbar-inner">
  23. <a class="brand" href="http://xythobuz.de/lastmusic">♫</a>
  24. <ul class="nav">
  25. <li><a href="/index.html">Home</a></li>
  26. <li><a href="/blog.html">Blog</a></li>
  27. <li><a href="/contact.html">Contact</a></li>
  28. <li class="dropdown"><a href="/software.html" class="dropdown-toggle" data-toggle="dropdown">Software<b class="caret"></b></a><ul class="dropdown-menu">
  29. <li><a href="/avrnetstack.html">avrNetStack</a></li>
  30. <li><a href="/avrserial.html">AVR Serial Library</a></li>
  31. <li><a href="/c250.html">Mio C250 Unlock</a></li>
  32. <li><a href="/nas.html">IB-NAS6210 Linux</a></li>
  33. <li><a href="/serialhelper.html">Serial Helper</a></li>
  34. <li><a href="/ultimatenotifier.html">Ultimate Notifier Script</a></li>
  35. <li><a href="/yasab.html">YASAB AVR Bootloader</a></li>
  36. </ul>
  37. <li class="dropdown"><a href="/hardware.html" class="dropdown-toggle" data-toggle="dropdown">Hardware<b class="caret"></b></a><ul class="dropdown-menu">
  38. <li><a href="/ledcube.html">8x8x8 LED Cube</a></li>
  39. <li><a href="/xycontrol.html">xyControl</a></li>
  40. <li class="dropdown-submenu"><a href="/xyrobot.html" class="dropdown-toggle" data-toggle="dropdown">xyRobot</a><ul class="dropdown-menu">
  41. <li><a href="/bluetooth.html">Bluetooth UART (BTM-222)</a></li>
  42. <li><a href="/k6x4008.html">K6x4008 SRAM</a></li>
  43. <li><a href="/rremote.html">rRemote</a></li>
  44. <li><a href="/xyrobotremote.html">xyRobotRemote</a></li>
  45. </ul>
  46. <li><a href="/ssop28.html">SSOP28 - DIL Adapter</a></li>
  47. <li><a href="/serialdebug.html">Serial Debug</a></li>
  48. <li><a href="/ledmatrix.html">LED Matrix</a></li>
  49. </ul>
  50. </ul>
  51. </div>
  52. </div>
  53. <div id="header">
  54. <h1>xythobuz.de</h1>
  55. <p><a href="http://xythobuz.de/lastmusic">♫</a></p>
  56. <h2>Hardware</h2>
  57. </div>
  58. <div class="btn-group"><a class="btn dropdown-toggle" data-toggle="dropdown" href="#">Language<span class="caret"></span></a><ul class="dropdown-menu">
  59. <li><a href='hw'>compat</a></li> | <li><a href='en'>lang</a></li> | <li><a href='main'>parent</a></li> | <li><a href='Hardware'>title</a></li> | <li><a href='hardware.html'>url</a></li> | <li><a href='{u'de': u'hardware.de.html', 'en': u'hardware.html'}'>lang_links</a></li> | <li><a href='./input/hardware.md'>fname</a></li> | <li><a href='[u'de', 'en']'>other_lang</a></li> | <li><a href='4'>position</a></li>
  60. </ul></div>
  61. <div id="content">
  62. <h1>Software</h1>
  63. <p>These are my mostly hardware-related projects and articles.</p>
  64. <ul>
  65. <li><strong><a href="/ledcube.html">8x8x8 LED Cube</a></strong></li>
  66. <li><strong><a href="/xycontrol.html">xyControl</a></strong></li>
  67. <li><strong><a href="/xyrobot.html">xyRobot</a></strong></li>
  68. <li><strong><a href="/ssop28.html">SSOP28 - DIL Adapter</a></strong></li>
  69. <li><strong><a href="/serialdebug.html">Serial Debug</a></strong></li>
  70. <li><strong><a href="/ledmatrix.html">LED Matrix</a></strong></li>
  71. </ul>
  72. </div>
  73. <div style="color: gray; text-align: center;">
  74. Built with <a href="http://bitbucket.org/obensonne/poole">Poole</a>
  75. &middot;
  76. Made with <a href="http://twitter.github.io/bootstrap/index.html">Bootstrap</a>
  77. &middot;
  78. Using <a href="http://shjs.sourceforge.net">SHJS</a>
  79. &middot;
  80. Licensed as <a href="http://creativecommons.org/licenses/by/3.0">CC-BY</a>
  81. </div>
  82. <img src="/stats/count.php?img" alt="Analytics">
  83. <script src="http://gitforked.com/api/1.1/button.js" type="text/javascript"></script>
  84. <script type="text/javascript">
  85. var _gaq = _gaq || [];
  86. _gaq.push(['_setAccount', 'UA-39163591-1']);
  87. _gaq.push(['_setDomainName', 'xythobuz.org']);
  88. _gaq.push(['_setAllowLinker', true]);
  89. _gaq.push(['_trackPageview']);
  90. (function() {
  91. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  92. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  93. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  94. })();
  95. </script>
  96. </body>
  97. </html>