Skip to content

Commit 9437fdd

Browse files
authored
Merge pull request #8 from freaf87/master
working on Documentation
2 parents 4c64368 + 5dee416 commit 9437fdd

File tree

3 files changed

+3412
-2
lines changed

3 files changed

+3412
-2
lines changed

03_Docs/Documentation/FSEDevBoardDoc.tex

+15-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{\huge \bfseries \sffamily \@title }\\[4ex]
4545
{\Large \@author}\\[1ex]
4646
\@date\\[8ex]
47-
\includegraphics[width = 40mm]{logoBW} \\[20ex]
47+
\includegraphics[width = 40mm]{logo} \\[20ex]
4848
\end{center}
4949
}
5050
\makeatother
@@ -254,9 +254,22 @@ \subsection{Level Converted Pins}
254254
% The Raspberry Pi pinout
255255
%----------------------------------------------------------------------------------------
256256
\section{The Raspberry Pi pinout}
257-
The Raspberry Pi's GPIOs can be accessed over a standard male header on the board. Over the years the header expanded from 26 to 40 pins.There are 2 different numbering schemes you may encounter when referencing Pi pin numbers: (1) Broadcom chip-specific pin numbers and (2) P1 physical pin numbers. You’re usually free to use either number-system, but many programs require that you declare which scheme you’re using at the very beginning of your program.
257+
258+
The Raspberry Pi is a credit card-sized minicomputer with a pre-installed Linux system. As for ports, the Raspberry Pi provides ports for mouse and keyboard. In addition, there are also ports for SD card and HDMI display. Being low cost and low consumption, the Raspberry Pi is very suitable to do very complicated embedded projects through its powerful GPIO (General-purpose input/output) pins. The Raspberry Pi's GPIOs can be accessed over a standard male header on the board. Over the years the header expanded from 26 to 40 pins.There are 2 different numbering schemes you may encounter when referencing Pi pin numbers: (1) Broadcom chip-specific pin numbers and (2) P1 physical pin numbers. You’re usually free to use either number-system, but many programs require that you declare which scheme you’re using at the very beginning of your program.
259+
260+
The Official name of a GPIO pin normally matches BCM pin number. For example, Physical Pin 7 (described in Table \ref{table:Raspberry Pi Pinout} 's column Pin Nbr) official name is GPIO 04 , in BCM system is pin\# 4.
261+
258262
Green areas in Table \ref{table:Raspberry Pi Pinout} are representing free GPIOs which are not connected to anything on the FSEDevBoard. Therefore, you can safely add some new connections to those pins
259263

264+
\begin{figure}[H]
265+
\centering
266+
\includegraphics[width=1\columnwidth]{RPiZero}
267+
\caption[RPiZero]{RPiZero}
268+
\label{fig:RPiZero}
269+
\end{figure}
270+
271+
272+
260273
\begin{table}[H]
261274
\centering
262275
\resizebox{\textwidth}{!}{%
254 KB
Loading

0 commit comments

Comments
 (0)