diff --git a/src/es/404.md b/src/es/404.md new file mode 100644 index 0000000..c69c026 --- /dev/null +++ b/src/es/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/es/overlay/README.md b/src/es/overlay/README.md deleted file mode 100644 index ab5f112..0000000 --- a/src/es/overlay/README.md +++ /dev/null @@ -1,41 +0,0 @@ -#Pinout Overlays - -A Pinout overlay describes the functions of the Raspberry Pi pins for a specific board. - -An overlay is constructed from a JSON file and, optionally, a markdown file containing an extended long-description. - -##JSON Format - -The JSON overlay file must include a name, manufacturer name, URL, description and a "pin" array defining all the -pins that the board uses. - -If a counterpart .md file is present in description/overlay it will be used for the long description. - -The pin array must list each pin by its *physical* location, and include at least a "name" describing the function -of that pin. - -Optionally each pin definition can include a "mode" flag, which defines the pin as an "input" or an "output". - -A pin can also have an "active" value, which defines it as "high" or active "low". - -I2C and SPI pins should be included if your board uses them, however they will generally be intepreted as being -shared and usable with muliple boards unless you explicitly define them as being an "input" or "output". - -Example: - -```json -{ - "name": "Explorer HAT", - "manufacturer": "Pimoroni", - "url": "https://github.com/pimoroni/pibrella", - "description": "An all-in-one light, input and output add-on board.", - "pin": { - "7": { - "name": "Green LED" - }, - "11": { - "name": "Yellow LED" - } - } -} -``` diff --git a/src/es/overlay/iface-dpi.md b/src/es/overlay/iface-dpi.md new file mode 100644 index 0000000..e78c5d2 --- /dev/null +++ b/src/es/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/es/overlay/iface-gpclk.md b/src/es/overlay/iface-gpclk.md new file mode 100644 index 0000000..52eb5e6 --- /dev/null +++ b/src/es/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/es/overlay/iface-jtag.md b/src/es/overlay/iface-jtag.md new file mode 100644 index 0000000..073071d --- /dev/null +++ b/src/es/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/es/overlay/iface-pcm.md b/src/es/overlay/iface-pcm.md new file mode 100644 index 0000000..9c2636c --- /dev/null +++ b/src/es/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/es/overlay/iface-sd.md b/src/es/overlay/iface-sd.md new file mode 100644 index 0000000..8edd097 --- /dev/null +++ b/src/es/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/es/overlay/piglow.md b/src/es/overlay/piglow.md deleted file mode 100644 index 01bd141..0000000 --- a/src/es/overlay/piglow.md +++ /dev/null @@ -1,16 +0,0 @@ - -#PiGlow diff --git a/src/es/settings.yaml b/src/es/settings.yaml index b2ae021..0356896 100644 --- a/src/es/settings.yaml +++ b/src/es/settings.yaml @@ -24,13 +24,22 @@ strings: - more_information: 'More Information' - github_repository: 'GitHub Repository' - buy_now: 'Buy Now' -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 @@ -40,7 +49,6 @@ overlays: - piano-hat - piborg-ledborg - pibrella -- piglow - rtk-000-001 - sense-hat - skywriter-hat diff --git a/src/es/template/boards.html b/src/es/template/boards.html new file mode 100644 index 0000000..36346ad --- /dev/null +++ b/src/es/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/es/template/layout-es.html b/src/es/template/layout-es.html new file mode 100644 index 0000000..bec1c1d --- /dev/null +++ b/src/es/template/layout-es.html @@ -0,0 +1,66 @@ + + + + + {{title}} + + + + + + + + {{hreflang}} + + + +
+ +

Raspberry Pinout

+
+ Aprende los pines de la Pi y sus add-ons + +
+ +
+
+ {{content}} +
+
+ +
+ + + + + + + + + diff --git a/src/es/template/layout.html b/src/es/template/layout.html old mode 100644 new mode 100755 index bec1c1d..a158642 --- a/src/es/template/layout.html +++ b/src/es/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-5', 'auto'); + ga('create', 'UA-69846516-1', 'auto'); ga('send', 'pageview');
-

Raspberry Pinout

-
- Aprende los pines de la Pi y sus add-ons - -
+
+
+ +
+
    + {{nav_html_interface}} +
+
{{content}}
+
+
    + {{lang_links}} +
+
@@ -60,7 +65,6 @@ - diff --git a/src/es/overlay/arduino-spi.md b/src/es/tutorial/arduino-spi.md similarity index 100% rename from src/es/overlay/arduino-spi.md rename to src/es/tutorial/arduino-spi.md