/ html / wiki / microcontroller / A1-microcontroller.html
A1-microcontroller.html
 1  <!DOCTYPE html>
 2  <html lang="de">
 3     <head>
 4        <meta charset="UTF-8" />
 5        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 6        <meta http-equiv="onion-location" content="http://bopbopl6lohkl2rts3ltesjnag4hzs4jrx2h6k6etgq5xasbpqekzlqd.onion" />
 7        <title>BOP Wiki: Microcontrollers</title>
 8        <link rel="stylesheet" href="/assets/stylesheet.css" />
 9        <link rel="icon" type="image/x-icon" href="/assets/img/favicon.png">
10     </head>
11     <body>
12        <header>
13           <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
14           <script src="/assets/js/navbar-OpenClose.js"></script>
15           <script src="/assets/js/lightbox.js"></script>
16            <script src="/assets/js/copyCodeButton.js"></script>
17           <link rel="stylesheet" href="/resources/js-libraries/highlightJS/atom-one-dark.min.css">
18           <script src="/resources/js-libraries/highlightJS/highlight.min.js"></script>
19           <script src="/resources/js-libraries/highlightJS/highlightjs-line-numbers.min.js"></script>
20           <script>hljs.highlightAll();</script>
21           <script>hljs.initLineNumbersOnLoad();</script>
22           <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
23           <div class="branding">
24              <button class="toggle-btn-navbar" id="navbarOpenButton">☰</button>
25              <a href="/">
26              <img class="logo" src="/assets/img/logo.png">
27              </a>
28              <div class="typing-animation">BytesOfProgress</div>
29           </div>
30        </header>
31        <div id="navbarContainer" class="navbar-container">
32           <iframe class="navbar-iframe" src="/assets/navbar/navbar.html" frameBorder= "0"></iframe>
33        </div>
34        <main>
35           <article class="blog-post">
36              <header class="post-header">
37                 <h1 class="post-title">Microcontrollers</h1>
38              </header>
39           </article>
40           <nav class="breadcrumb">
41              <a href="/">Home</a>
42              <span class="divider">›</span>
43              <a href="/wiki/">Wiki</a>
44              <span class="divider">›</span>
45              <span class="current">Microcontrollers</span>
46           </nav>
47           <section class="post-content">
48              <blockquote>
49                  <strong>Information on codesnippets</strong>:<br>
50                  A lot of codesnippets made for a specific microcontroller board are compatible with others: The only change needed to make would be the pins. Make sure the used libraries are compatible with the board you are trying to use them on.<br>
51              </blockquote>
52              <table>
53                  <thead>
54                    <tr>
55                      <th>Title</th>
56                      <th>Description & Link</th>
57                    </tr>
58                  </thead>
59                  <tbody>
60                    <tr>
61                      <td>Codesnippets</td>
62                      <td>
63                        Codesnippets for different microcontroller boards.<br>
64                        <a href="codesnippets/codesnippets.html">Read more</a>
65                      </td>
66                    </tr>
67                    <tr>
68                      <td>ESP32</td>
69                      <td>
70                        Learn about the ESP32 microcontroller board.<br>
71                        <a href="ESP32/ESP32.html">Read more</a>
72                      </td>
73                    </tr>
74                    <tr>
75                      <td>Arduino Uno R4 WiFi</td>
76                      <td>
77                        Learn about the Arduino Uno R4 WiFi microcontroller board.<br>
78                        <a href="arduino-uno-r4-wifi/arduino-uno-r4-wifi.html">Read more</a>
79                      </td>
80                    </tr>
81                    <tr>
82                      <td>Arduino Uno R4 Minima</td>
83                      <td>
84                        Learn about the Arduino Uno R4 Minima microcontroller board.<br>
85                        <a href="arduino-uno-r4-minima/arduino-uno-r4-minima.html">Read more</a>
86                      </td>
87                    </tr>
88                  </tbody>
89                </table>
90           </section>
91           <footer class="post-footer">
92              <a href="/wiki/" class="cta-button">← Back</a>
93           </footer>
94        </main>
95     </body>
96  </html>