diff --git a/src/it/404.md b/src/it/404.md new file mode 100644 index 0000000..c69c026 --- /dev/null +++ b/src/it/404.md @@ -0,0 +1,7 @@ +#404 - Oh dear! + +###Sorry, we couldn't find what you are looking for! + +Use the menu on the left to explore the pins and functions of the Raspberry Pi GPIO. + +Use the menu above to discover new boards, learn about interfaces and find GPIO connection guides. \ No newline at end of file diff --git a/src/it/overlay/iface-dpi.md b/src/it/overlay/iface-dpi.md new file mode 100644 index 0000000..e78c5d2 --- /dev/null +++ b/src/it/overlay/iface-dpi.md @@ -0,0 +1,58 @@ + +#DPI - Display Parallel Interface + +DPI (Display Parallel Interface) is a 24-bit parallel interface with 28 clock and synchronisation signals. The Pi uses a cut-down, 6-bit, 22 pin version omitting the least significant R, G and B colour bits. + +DPI, combined with a simple adaptor consisting of 20 resistors, allows you to add a VGA connector to the Pi which supports resolutions from 640 x 480 up to 1920 x 1024 at 60fps and 6bits per channel. \ No newline at end of file diff --git a/src/it/overlay/iface-gpclk.md b/src/it/overlay/iface-gpclk.md new file mode 100644 index 0000000..52eb5e6 --- /dev/null +++ b/src/it/overlay/iface-gpclk.md @@ -0,0 +1,31 @@ + +#GPCLK - General Purpose CLock + +General Purpose Clock pins can be set up to output a fixed frequency without any ongoing software control. + +The following clock sources are available: + +``` +0 0 Hz Ground +1 19.2 MHz oscillator +2 0 Hz testdebug0 +3 0 Hz testdebug1 +4 0 Hz PLLA +5 1000 MHz PLLC (changes with overclock settings) +6 500 MHz PLLD +7 216 MHz HDMI auxiliary +8-15 0 Hz Ground +``` \ No newline at end of file diff --git a/src/it/overlay/iface-jtag.md b/src/it/overlay/iface-jtag.md new file mode 100644 index 0000000..073071d --- /dev/null +++ b/src/it/overlay/iface-jtag.md @@ -0,0 +1,33 @@ + +#JTAG - Joint Test Action Group + +JTAG is a standardised interface for debugging integrated circuits which you can use to debug your Raspberry Pi. \ No newline at end of file diff --git a/src/it/overlay/iface-pcm.md b/src/it/overlay/iface-pcm.md new file mode 100644 index 0000000..9c2636c --- /dev/null +++ b/src/it/overlay/iface-pcm.md @@ -0,0 +1,19 @@ + +#PCM - Pulse-code Modulation + +PCM (Pulse-code Modulation) is a digital representation of sampled analog. On the Raspberry Pi it's a form of digital audio output which can be understood by a DAC for high quality sound. \ No newline at end of file diff --git a/src/it/overlay/iface-sd.md b/src/it/overlay/iface-sd.md new file mode 100644 index 0000000..8edd097 --- /dev/null +++ b/src/it/overlay/iface-sd.md @@ -0,0 +1,25 @@ + +#SD - SD Card Interface + +SD is the SD host/eMMC interface on the Raspberry Pi. SD host signals are normally used for the microSD slot. + +These pins are "SD host" on Alt0 and "eMMC" on Alt3. \ No newline at end of file diff --git a/src/it/settings.yaml b/src/it/settings.yaml index de581e0..5441a78 100644 --- a/src/it/settings.yaml +++ b/src/it/settings.yaml @@ -24,13 +24,22 @@ strings: - more_information: 'Maggiori informazioni' - github_repository: 'GitHub Repository' - buy_now: 'Acquista' -overlays: -- ground -- uart +featured: - i2c - spi -- arduino-spi +- uart - wiringpi +overlays: +- ground +- i2c +- spi +- uart +- wiringpi +- iface-dpi +- iface-gpclk +- iface-jtag +- iface-pcm +- iface-sd - iqaudio-pi-dac - display-o-tron - display-o-tron-hat diff --git a/src/it/template/boards.html b/src/it/template/boards.html new file mode 100644 index 0000000..36346ad --- /dev/null +++ b/src/it/template/boards.html @@ -0,0 +1,67 @@ + + + + + {{title}} + + + + + + + + {{hreflang}} + + + +
+

Raspberry Pinout

+
+ +
+
+
+

Raspberry Pi HATs, pHATs & Add-ons

+

Click on a HAT, pHAT or add-on for more details and to see which pins it uses!

+
+
    {{content}}
+
+
+
    + {{lang_links}} +
+
+
+ +
+ + + + + + + + + diff --git a/src/it/template/layout-it.html b/src/it/template/layout-it.html new file mode 100755 index 0000000..615ad2b --- /dev/null +++ b/src/it/template/layout-it.html @@ -0,0 +1,66 @@ + + + + + {{title}} + + + + + + + + {{hreflang}} + + + +
+ +

Raspberry Pinout

+
+ Informazioni sui pin e add-ons + +
+ +
+
+ {{content}} +
+
+ +
+ + + + + + + + + diff --git a/src/it/template/layout.html b/src/it/template/layout.html index 615ad2b..a158642 100755 --- a/src/it/template/layout.html +++ b/src/it/template/layout.html @@ -4,7 +4,7 @@ {{title}} - + @@ -17,42 +17,47 @@ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-69846516-6', 'auto'); + ga('create', 'UA-69846516-1', 'auto'); ga('send', 'pageview');
- -

Raspberry Pinout

-
- Informazioni sui pin e add-ons - -
+

Raspberry Pinout

+
+
+ +
+
    + {{nav_html_interface}} +
+
{{content}}
+
+
    + {{lang_links}} +
+
@@ -60,7 +65,6 @@ - diff --git a/src/it/overlay/arduino-spi.md b/src/it/tutorial/arduino-spi.md similarity index 100% rename from src/it/overlay/arduino-spi.md rename to src/it/tutorial/arduino-spi.md