Skip to content
Snippets Groups Projects
Commit 4bb66cc3 authored by Ahmad Fares's avatar Ahmad Fares
Browse files

-m updating links between pages

parent b07aee3a
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -213,7 +213,7 @@ pcb <span class="op">=</span> wire(pcb,w,J1.pad[<span class="dv">2</span>],R2.pa
<h4 id="producing-my-first-board">Producing my first board</h4>
<p>Now that the design is ready, I have produced the PCB using the SRM-20 machine and started soldering the components. After I have finished soldering the micro controller I have found that it is not soldered in the correct orientation ! I had to desolder it using the heat gun and remove the solder by the wick then solder it again.</p>
<h4 id="programming-1">Programming</h4>
<p>Programming in C is explained in the programming documentation <a href="preacademy2018/participants/fares.ahmad/C-programming/C-programming.html">here</a></p>
<p>Programming in C is explained in the programming documentation <a href="http://preacademy.fabcloud.io/preacademy2018/participants/fares.ahmad/C-programming/C-programming.html">here</a></p>
<p>My board is ready to be programmed, the program is written in <strong>C</strong> and the programmer which I milled previously will be used as the interface between my computer and the board.</p>
<p>The code is shown bellow</p>
<div class="sourceCode"><pre class="sourceCode c"><code class="sourceCode c">
......
......@@ -187,7 +187,7 @@ Now that the design is ready, I have produced the PCB using the SRM-20 machine a
#### Programming
Programming in C is explained in the programming documentation [here](preacademy2018/participants/fares.ahmad/C-programming/C-programming.html)
Programming in C is explained in the programming documentation [here](http://preacademy.fabcloud.io/preacademy2018/participants/fares.ahmad/C-programming/C-programming.html)
My board is ready to be programmed, the program is written in **C** and the programmer which I milled previously will be used as the interface between my computer and the board.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment