some clean up prior to sync to upstream

This commit is contained in:
RogueM 2015-11-08 23:16:11 +00:00
parent efce2b5d50
commit 46e59a0128
5 changed files with 50 additions and 4 deletions

View File

@ -8,7 +8,7 @@ Ce document n'est pas destiné à l'impression, c'est à la fois un outil de ré
* BCM - numérotation Broadcom, plus communément apellée "GPIO"; utile pour travailler avec la librarie RPi.GPIO
* WiringPi - numérotation Wiring Pi; utile pour travailler avec la librarie Wiring Pi
* Physical - numérotation correspondante à la position physique des broches sur le connecteur GPIO
* Physique - numérotation correspondante à la position physique des broches sur le connecteur GPIO
##Pi 2 (note 1)

View File

@ -0,0 +1,41 @@
<!--
---
name: "Sense HAT"
manufacturer: Raspberry Pi Foundation
url: https://www.raspberrypi.org/products/sense-hat/
description: Add-on board that includes an 8×8 RGB LED matrix, 5-button joystick as well as IMU and environmental sensors
install:
'devices':
- 'i2c'
- 'spi'
pincount: 40
pin:
3:
mode: i2c
5:
mode: i2c
16:
name: Joystick
mode: input
18:
name: Joystick
mode: input
19:
mode: spi
21:
mode: spi
22:
name: Joystick
mode: input
23:
mode: spi
24:
mode: spi
-->
#Sense HAT
LED Matrix: LED2472G -> ATTINY88 -> SPI(8/9/10/11)
Joystick: SKRHABE010 -> ATTINY88 -> GPIO23/24/25
Axis/IMU: LSM9DS1 -> i2c 0x1c(1e),0x6a(6b) (INT on MCU)
Pressure/Temp: LPS25H -> i2c 0x5c
Humidity/Temp: HTS221 -> i2c 0x5f

View File

@ -29,3 +29,4 @@ overlays:
- traffic-hat
- iqaudio-pi-dac
- piano-hat
- sense-hat

View File

@ -2,9 +2,9 @@
default_desc: Raspberry Pi, B+ ve Pi 2 için Pin şematiği
default_title: Raspberry Pi GPIO Pinleri - Pi 1, B+, Pi 2
title_suffix: " - Raspberry Pi Pinleri"
base_url: /pinout-tr/pinout/
resource_url: /pinout-tr/resources/
url_suffix: .html
base_url: /pinout/
resource_url: /resources/
url_suffix: ''
urls:
GND: ground_toprak
overlays:

View File

@ -9,10 +9,14 @@
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
{{hreflang}}
</head>
<body>
<div id="container">
<ul class="main-nav">
<li><a href="http://pinout.xyz" hreflang="en-GB"><img src="{{resource_url}}gb.png" /></a></li>
<li><a><img class="grayscale" src="{{resource_url}}tr.png" /></a></li>
<li><a href="http://www.raspi.gen.tr/">Raspberry Pi Türkiye</a></li>
<li><a href="https://twitter.com/RPiTR"><i class="fa fa-twitter"></i> @RPiTR</a></li>
<li><a href="http://forum.raspi.gen.tr/">Forumlar</a></li>