removed manufacturer from name field and added ADS1015 to Snake Eyes

This commit is contained in:
RogueM 2017-03-12 13:38:32 +00:00
parent cac50ab437
commit 24edb61ccf
47 changed files with 113 additions and 83 deletions

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit 16x2 Character LCD
name: 16x2 Character LCD
class: board
type: display
formfactor: Custom
@ -25,7 +25,7 @@ i2c:
name: MCP23017
device: MCP23017
-->
#Adafruit 16x2 Character LCD
#16x2 Character LCD
This plate makes it easy to use a 16x2 Character LCD. Most character LCDs use lots of GPIO pins, but since this uses I2C you only need two pins.

View File

@ -1,6 +1,6 @@
<!--
---
name: Animated Eyes Bonnet
name: Snake Eyes Bonnet
class: board
type: display
formfactor: pHAT
@ -56,7 +56,12 @@ pin:
mode: spi
'24':
mode: spi
i2c:
'0x48':
name: Analog Input
device: ads1015
-->
#Snake Eyes Bonnet
The Snake Eyes Bonnet is a Raspberry Pi accessory for driving two 128x128 pixel OLED or TFT LCD displays, and also provides four analog inputs for sensors.
It's perfect for making cosplay masks, props, spooky sculptures for halloween, animatronics, robots...anything where you want to add a pair of animated eyes!

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit Arcade Bonnet
name: Arcade Bonnet
class: board
type: io
formfactor: pHAT
@ -39,7 +39,7 @@ i2c:
name: MCP23017
device: MCP23017
-->
#Adafruit Arcade Bonnet
#Arcade Bonnet
This Adafruit Arcade Bonnet is designed to make small emulator projects a little easier to build. Here are the board's features:

View File

@ -41,7 +41,7 @@ install:
- 'python-dev'
- 'python3-dev'
-->
# Capacitive Touch HAT
#Capacitive Touch HAT
This Raspberry Pi add-on board provides 12 capacitive touch inputs and all the logic to read them over a simple I2C communication bus.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit DC & Stepper Motor HAT
name: DC & Stepper Motor HAT
class: board
type: motor
formfactor: HAT
@ -33,7 +33,7 @@ i2c:
name: TB6612
device: TB6612
-->
#Adafruit DC & Stepper Motor HAT
#DC & Stepper Motor HAT
Let your robotic dreams come true with the new DC+Stepper Motor HAT from Adafruit. This Raspberry Pi add-on is perfect for any motion project as it can drive up to 4 DC or 2 Stepper motors with full PWM speed control.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit PiRTC
name: PiRTC
class: board
type: rtc
formfactor: Custom
@ -25,7 +25,7 @@ i2c:
name: PCF8523
device: PCF8523
-->
#Adafruit PiRTC
#PiRTC
This is a great battery-backed real time clock (RTC) that allows your Raspberry Pi project to keep track of time if the power is lost. Perfect for data-logging, clock-building, time-stamping, timers and alarms, etc. Equipped with PCF8523 RTC, it works great with the Raspberry Pi and has native kernel support.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit RGB Matrix HAT + RTC
name: RGB Matrix HAT + RTC
class: board
type: led,rtc
formfactor: HAT
@ -46,7 +46,7 @@ i2c:
name: DS1307
device: DS1307
-->
#Adafruit RGB Matrix HAT + RTC
#RGB Matrix HAT + RTC
This HAT plugs into your Pi and makes it super easy to control RGB matrices such as those you see in the likes of Times square enabling you to create a colorful scrolling display or mini LED wall with ease. A 5V power supply is also required, not included, for powering the matrix itself. The Pi cannot do it due to the high currents. To calculate the max current of your matrix set up, multiply the width of all the chained matrix by 0.12 : A 32 pixel wide matrix needs 32*0.12 = 3.85A so pick up a 5V 4A power supply. Please note: this HAT is only for use with HUB75 type RGB Matrices. Not for use with NeoPixel, DotStar, or other 'addressable' LEDs.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit DPI TFT Kippah
name: DPI TFT Kippah
class: board
type: display
formfactor: HAT
@ -45,7 +45,7 @@ pin:
'38':
'40':
-->
#Adafruit DPI TFT Kippah
#DPI TFT Kippah
A TFT panel connected to a Raspberry Pi without the use of an HDMI decoder? What is this sorcery??? It's the DPI Kippah from Adafruit! This HAT-like* board snaps onto a Raspberry Pi B+, A+, Pi 2, Pi 3 or Zero and with a little software configuration, allows you to have what normally would go out the HDMI port come up on a nice little flat screen.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit 16x2 Character LCD
name: 16x2 Character LCD
class: board
type: display
formfactor: Custom
@ -25,7 +25,7 @@ i2c:
name: MCP23017
device: MCP23017
-->
#Adafruit 16x2 Character LCD
#16x2 Character LCD
This plate makes it easy to use a 16x2 Character LCD. Most character LCDs use lots of GPIO pins, but since this uses I2C you only need two pins.

View File

@ -1,6 +1,6 @@
<!--
---
name: Animated Eyes Bonnet
name: Snake Eyes Bonnet
class: board
type: display
formfactor: pHAT
@ -56,7 +56,12 @@ pin:
mode: spi
'24':
mode: spi
i2c:
'0x48':
name: Analog Input
device: ads1015
-->
#Snake Eyes Bonnet
The Snake Eyes Bonnet is a Raspberry Pi accessory for driving two 128x128 pixel OLED or TFT LCD displays, and also provides four analog inputs for sensors.
It's perfect for making cosplay masks, props, spooky sculptures for halloween, animatronics, robots...anything where you want to add a pair of animated eyes!

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit Arcade Bonnet
name: Arcade Bonnet
class: board
type: io
formfactor: pHAT
@ -39,7 +39,7 @@ i2c:
name: MCP23017
device: MCP23017
-->
#Adafruit Arcade Bonnet
#Arcade Bonnet
This Adafruit Arcade Bonnet is designed to make small emulator projects a little easier to build. Here are the board's features:

View File

@ -41,7 +41,7 @@ install:
- 'python-dev'
- 'python3-dev'
-->
# Capacitive Touch HAT
#Capacitive Touch HAT
This Raspberry Pi add-on board provides 12 capacitive touch inputs and all the logic to read them over a simple I2C communication bus.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit DC & Stepper Motor HAT
name: DC & Stepper Motor HAT
class: board
type: motor
formfactor: HAT
@ -33,7 +33,7 @@ i2c:
name: TB6612
device: TB6612
-->
#Adafruit DC & Stepper Motor HAT
#DC & Stepper Motor HAT
Let your robotic dreams come true with the new DC+Stepper Motor HAT from Adafruit. This Raspberry Pi add-on is perfect for any motion project as it can drive up to 4 DC or 2 Stepper motors with full PWM speed control.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit PiRTC
name: PiRTC
class: board
type: rtc
formfactor: Custom
@ -25,7 +25,7 @@ i2c:
name: PCF8523
device: PCF8523
-->
#Adafruit PiRTC
#PiRTC
This is a great battery-backed real time clock (RTC) that allows your Raspberry Pi project to keep track of time if the power is lost. Perfect for data-logging, clock-building, time-stamping, timers and alarms, etc. Equipped with PCF8523 RTC, it works great with the Raspberry Pi and has native kernel support.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit RGB Matrix HAT + RTC
name: RGB Matrix HAT + RTC
class: board
type: led,rtc
formfactor: HAT
@ -46,7 +46,7 @@ i2c:
name: DS1307
device: DS1307
-->
#Adafruit RGB Matrix HAT + RTC
#RGB Matrix HAT + RTC
This HAT plugs into your Pi and makes it super easy to control RGB matrices such as those you see in the likes of Times square enabling you to create a colorful scrolling display or mini LED wall with ease. A 5V power supply is also required, not included, for powering the matrix itself. The Pi cannot do it due to the high currents. To calculate the max current of your matrix set up, multiply the width of all the chained matrix by 0.12 : A 32 pixel wide matrix needs 32*0.12 = 3.85A so pick up a 5V 4A power supply. Please note: this HAT is only for use with HUB75 type RGB Matrices. Not for use with NeoPixel, DotStar, or other 'addressable' LEDs.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit DPI TFT Kippah
name: DPI TFT Kippah
class: board
type: display
formfactor: HAT
@ -45,7 +45,7 @@ pin:
'38':
'40':
-->
#Adafruit DPI TFT Kippah
#DPI TFT Kippah
A TFT panel connected to a Raspberry Pi without the use of an HDMI decoder? What is this sorcery??? It's the DPI Kippah from Adafruit! This HAT-like* board snaps onto a Raspberry Pi B+, A+, Pi 2, Pi 3 or Zero and with a little software configuration, allows you to have what normally would go out the HDMI port come up on a nice little flat screen.

View File

@ -1,6 +1,6 @@
<!--
---
name: Animated Eyes Bonnet
name: Snake Eyes Bonnet
class: board
type: display
formfactor: pHAT
@ -56,7 +56,12 @@ pin:
mode: spi
'24':
mode: spi
i2c:
'0x48':
name: Analog Input
device: ads1015
-->
#Snake Eyes Bonnet
Snake Eyes Bonnet (Gorro ojos de serpiente) es un accesorio para Raspberry Pi que permite controlar dos pantallas OLED o TFT LCD de 128x128 píxeles y cuenta con cuatro entradas analógicas para sensores.
Es perfecto para hacer máscaras de cosplay, utilería, esculturas escalofriantes en halloween, animatrónicos, robots... ¡Cualquier cosa que necesite un par de ojos animados!

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit 16x2 Character LCD
name: 16x2 Character LCD
class: board
type: display
formfactor: Custom
@ -25,7 +25,7 @@ i2c:
name: MCP23017
device: MCP23017
-->
#Adafruit 16x2 Character LCD
#16x2 Character LCD
This plate makes it easy to use a 16x2 Character LCD. Most character LCDs use lots of GPIO pins, but since this uses I2C you only need two pins.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit Arcade Bonnet
name: Arcade Bonnet
class: board
type: io
formfactor: pHAT
@ -39,7 +39,7 @@ i2c:
name: MCP23017
device: MCP23017
-->
#Adafruit Arcade Bonnet
#Arcade Bonnet
This Adafruit Arcade Bonnet is designed to make small emulator projects a little easier to build. Here are the board's features:

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit DC & Stepper Motor HAT
name: DC & Stepper Motor HAT
class: board
type: motor
formfactor: HAT
@ -33,7 +33,7 @@ i2c:
name: TB6612
device: TB6612
-->
#Adafruit DC & Stepper Motor HAT
#DC & Stepper Motor HAT
Let your robotic dreams come true with the new DC+Stepper Motor HAT from Adafruit. This Raspberry Pi add-on is perfect for any motion project as it can drive up to 4 DC or 2 Stepper motors with full PWM speed control.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit PiRTC
name: PiRTC
class: board
type: rtc
formfactor: Custom
@ -25,7 +25,7 @@ i2c:
name: PCF8523
device: PCF8523
-->
#Adafruit PiRTC
#PiRTC
This is a great battery-backed real time clock (RTC) that allows your Raspberry Pi project to keep track of time if the power is lost. Perfect for data-logging, clock-building, time-stamping, timers and alarms, etc. Equipped with PCF8523 RTC, it works great with the Raspberry Pi and has native kernel support.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit RGB Matrix HAT + RTC
name: RGB Matrix HAT + RTC
class: board
type: led,rtc
formfactor: HAT
@ -46,7 +46,7 @@ i2c:
name: DS1307
device: DS1307
-->
#Adafruit RGB Matrix HAT + RTC
#RGB Matrix HAT + RTC
This HAT plugs into your Pi and makes it super easy to control RGB matrices such as those you see in the likes of Times square enabling you to create a colorful scrolling display or mini LED wall with ease. A 5V power supply is also required, not included, for powering the matrix itself. The Pi cannot do it due to the high currents. To calculate the max current of your matrix set up, multiply the width of all the chained matrix by 0.12 : A 32 pixel wide matrix needs 32*0.12 = 3.85A so pick up a 5V 4A power supply. Please note: this HAT is only for use with HUB75 type RGB Matrices. Not for use with NeoPixel, DotStar, or other 'addressable' LEDs.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit DPI TFT Kippah
name: DPI TFT Kippah
class: board
type: display
formfactor: HAT
@ -45,7 +45,7 @@ pin:
'38':
'40':
-->
#Adafruit DPI TFT Kippah
#DPI TFT Kippah
A TFT panel connected to a Raspberry Pi without the use of an HDMI decoder? What is this sorcery??? It's the DPI Kippah from Adafruit! This HAT-like* board snaps onto a Raspberry Pi B+, A+, Pi 2, Pi 3 or Zero and with a little software configuration, allows you to have what normally would go out the HDMI port come up on a nice little flat screen.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit 16x2 Character LCD
name: 16x2 Character LCD
class: board
type: display
formfactor: Custom
@ -25,7 +25,7 @@ i2c:
name: MCP23017
device: MCP23017
-->
#Adafruit 16x2 Character LCD
#16x2 Character LCD
This plate makes it easy to use a 16x2 Character LCD. Most character LCDs use lots of GPIO pins, but since this uses I2C you only need two pins.

View File

@ -1,6 +1,6 @@
<!--
---
name: Animated Eyes Bonnet
name: Snake Eyes Bonnet
class: board
type: display
formfactor: pHAT
@ -56,7 +56,12 @@ pin:
mode: spi
'24':
mode: spi
i2c:
'0x48':
name: Analog Input
device: ads1015
-->
#Snake Eyes Bonnet
The Snake Eyes Bonnet is a Raspberry Pi accessory for driving two 128x128 pixel OLED or TFT LCD displays, and also provides four analog inputs for sensors.
It's perfect for making cosplay masks, props, spooky sculptures for halloween, animatronics, robots...anything where you want to add a pair of animated eyes!

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit Arcade Bonnet
name: Arcade Bonnet
class: board
type: io
formfactor: pHAT
@ -39,7 +39,7 @@ i2c:
name: MCP23017
device: MCP23017
-->
#Adafruit Arcade Bonnet
#Arcade Bonnet
This Adafruit Arcade Bonnet is designed to make small emulator projects a little easier to build. Here are the board's features:

View File

@ -41,7 +41,7 @@ install:
- 'python-dev'
- 'python3-dev'
-->
# Capacitive Touch HAT
#Capacitive Touch HAT
This Raspberry Pi add-on board provides 12 capacitive touch inputs and all the logic to read them over a simple I2C communication bus.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit DC & Stepper Motor HAT
name: DC & Stepper Motor HAT
class: board
type: motor
formfactor: HAT
@ -33,7 +33,7 @@ i2c:
name: TB6612
device: TB6612
-->
#Adafruit DC & Stepper Motor HAT
#DC & Stepper Motor HAT
Let your robotic dreams come true with the new DC+Stepper Motor HAT from Adafruit. This Raspberry Pi add-on is perfect for any motion project as it can drive up to 4 DC or 2 Stepper motors with full PWM speed control.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit PiRTC
name: PiRTC
class: board
type: rtc
formfactor: Custom
@ -25,7 +25,7 @@ i2c:
name: PCF8523
device: PCF8523
-->
#Adafruit PiRTC
#PiRTC
This is a great battery-backed real time clock (RTC) that allows your Raspberry Pi project to keep track of time if the power is lost. Perfect for data-logging, clock-building, time-stamping, timers and alarms, etc. Equipped with PCF8523 RTC, it works great with the Raspberry Pi and has native kernel support.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit RGB Matrix HAT + RTC
name: RGB Matrix HAT + RTC
class: board
type: led,rtc
formfactor: HAT
@ -46,7 +46,7 @@ i2c:
name: DS1307
device: DS1307
-->
#Adafruit RGB Matrix HAT + RTC
#RGB Matrix HAT + RTC
This HAT plugs into your Pi and makes it super easy to control RGB matrices such as those you see in the likes of Times square enabling you to create a colorful scrolling display or mini LED wall with ease. A 5V power supply is also required, not included, for powering the matrix itself. The Pi cannot do it due to the high currents. To calculate the max current of your matrix set up, multiply the width of all the chained matrix by 0.12 : A 32 pixel wide matrix needs 32*0.12 = 3.85A so pick up a 5V 4A power supply. Please note: this HAT is only for use with HUB75 type RGB Matrices. Not for use with NeoPixel, DotStar, or other 'addressable' LEDs.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit DPI TFT Kippah
name: DPI TFT Kippah
class: board
type: display
formfactor: HAT
@ -45,7 +45,7 @@ pin:
'38':
'40':
-->
#Adafruit DPI TFT Kippah
#DPI TFT Kippah
A TFT panel connected to a Raspberry Pi without the use of an HDMI decoder? What is this sorcery??? It's the DPI Kippah from Adafruit! This HAT-like* board snaps onto a Raspberry Pi B+, A+, Pi 2, Pi 3 or Zero and with a little software configuration, allows you to have what normally would go out the HDMI port come up on a nice little flat screen.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit 16x2 Character LCD
name: 16x2 Character LCD
class: board
type: display
formfactor: Custom
@ -25,7 +25,7 @@ i2c:
name: MCP23017
device: MCP23017
-->
#Adafruit 16x2 Character LCD
#16x2 Character LCD
This plate makes it easy to use a 16x2 Character LCD. Most character LCDs use lots of GPIO pins, but since this uses I2C you only need two pins.

View File

@ -1,6 +1,6 @@
<!--
---
name: Animated Eyes Bonnet
name: Snake Eyes Bonnet
class: board
type: display
formfactor: pHAT
@ -56,7 +56,12 @@ pin:
mode: spi
'24':
mode: spi
i2c:
'0x48':
name: Analog Input
device: ads1015
-->
#Snake Eyes Bonnet
The Snake Eyes Bonnet is a Raspberry Pi accessory for driving two 128x128 pixel OLED or TFT LCD displays, and also provides four analog inputs for sensors.
It's perfect for making cosplay masks, props, spooky sculptures for halloween, animatronics, robots...anything where you want to add a pair of animated eyes!

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit Arcade Bonnet
name: Arcade Bonnet
class: board
type: io
formfactor: pHAT
@ -39,7 +39,7 @@ i2c:
name: MCP23017
device: MCP23017
-->
#Adafruit Arcade Bonnet
#Arcade Bonnet
This Adafruit Arcade Bonnet is designed to make small emulator projects a little easier to build. Here are the board's features:

View File

@ -41,7 +41,7 @@ install:
- 'python-dev'
- 'python3-dev'
-->
# Capacitive Touch HAT
#Capacitive Touch HAT
This Raspberry Pi add-on board provides 12 capacitive touch inputs and all the logic to read them over a simple I2C communication bus.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit DC & Stepper Motor HAT
name: DC & Stepper Motor HAT
class: board
type: motor
formfactor: HAT
@ -33,7 +33,7 @@ i2c:
name: TB6612
device: TB6612
-->
#Adafruit DC & Stepper Motor HAT
#DC & Stepper Motor HAT
Let your robotic dreams come true with the new DC+Stepper Motor HAT from Adafruit. This Raspberry Pi add-on is perfect for any motion project as it can drive up to 4 DC or 2 Stepper motors with full PWM speed control.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit PiRTC
name: PiRTC
class: board
type: rtc
formfactor: Custom
@ -25,7 +25,7 @@ i2c:
name: PCF8523
device: PCF8523
-->
#Adafruit PiRTC
#PiRTC
This is a great battery-backed real time clock (RTC) that allows your Raspberry Pi project to keep track of time if the power is lost. Perfect for data-logging, clock-building, time-stamping, timers and alarms, etc. Equipped with PCF8523 RTC, it works great with the Raspberry Pi and has native kernel support.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit RGB Matrix HAT + RTC
name: RGB Matrix HAT + RTC
class: board
type: led,rtc
formfactor: HAT
@ -46,7 +46,7 @@ i2c:
name: DS1307
device: DS1307
-->
#Adafruit RGB Matrix HAT + RTC
#RGB Matrix HAT + RTC
This HAT plugs into your Pi and makes it super easy to control RGB matrices such as those you see in the likes of Times square enabling you to create a colorful scrolling display or mini LED wall with ease. A 5V power supply is also required, not included, for powering the matrix itself. The Pi cannot do it due to the high currents. To calculate the max current of your matrix set up, multiply the width of all the chained matrix by 0.12 : A 32 pixel wide matrix needs 32*0.12 = 3.85A so pick up a 5V 4A power supply. Please note: this HAT is only for use with HUB75 type RGB Matrices. Not for use with NeoPixel, DotStar, or other 'addressable' LEDs.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit DPI TFT Kippah
name: DPI TFT Kippah
class: board
type: display
formfactor: HAT
@ -45,7 +45,7 @@ pin:
'38':
'40':
-->
#Adafruit DPI TFT Kippah
#DPI TFT Kippah
A TFT panel connected to a Raspberry Pi without the use of an HDMI decoder? What is this sorcery??? It's the DPI Kippah from Adafruit! This HAT-like* board snaps onto a Raspberry Pi B+, A+, Pi 2, Pi 3 or Zero and with a little software configuration, allows you to have what normally would go out the HDMI port come up on a nice little flat screen.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit 16x2 Character LCD
name: 16x2 Character LCD
class: board
type: display
formfactor: Custom
@ -25,7 +25,7 @@ i2c:
name: MCP23017
device: MCP23017
-->
#Adafruit 16x2 Character LCD
#16x2 Character LCD
This plate makes it easy to use a 16x2 Character LCD. Most character LCDs use lots of GPIO pins, but since this uses I2C you only need two pins.

View File

@ -1,6 +1,6 @@
<!--
---
name: Animated Eyes Bonnet
name: Snake Eyes Bonnet
class: board
type: display
formfactor: pHAT
@ -56,7 +56,12 @@ pin:
mode: spi
'24':
mode: spi
i2c:
'0x48':
name: Analog Input
device: ads1015
-->
#Snake Eyes Bonnet
The Snake Eyes Bonnet is a Raspberry Pi accessory for driving two 128x128 pixel OLED or TFT LCD displays, and also provides four analog inputs for sensors.
It's perfect for making cosplay masks, props, spooky sculptures for halloween, animatronics, robots...anything where you want to add a pair of animated eyes!

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit Arcade Bonnet
name: Arcade Bonnet
class: board
type: io
formfactor: pHAT
@ -39,7 +39,7 @@ i2c:
name: MCP23017
device: MCP23017
-->
#Adafruit Arcade Bonnet
#Arcade Bonnet
This Adafruit Arcade Bonnet is designed to make small emulator projects a little easier to build. Here are the board's features:

View File

@ -41,7 +41,7 @@ install:
- 'python-dev'
- 'python3-dev'
-->
# Capacitive Touch HAT
#Capacitive Touch HAT
This Raspberry Pi add-on board provides 12 capacitive touch inputs and all the logic to read them over a simple I2C communication bus.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit DC & Stepper Motor HAT
name: DC & Stepper Motor HAT
class: board
type: motor
formfactor: HAT
@ -33,7 +33,7 @@ i2c:
name: TB6612
device: TB6612
-->
#Adafruit DC & Stepper Motor HAT
#DC & Stepper Motor HAT
Let your robotic dreams come true with the new DC+Stepper Motor HAT from Adafruit. This Raspberry Pi add-on is perfect for any motion project as it can drive up to 4 DC or 2 Stepper motors with full PWM speed control.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit PiRTC
name: PiRTC
class: board
type: rtc
formfactor: Custom
@ -25,7 +25,7 @@ i2c:
name: PCF8523
device: PCF8523
-->
#Adafruit PiRTC
#PiRTC
This is a great battery-backed real time clock (RTC) that allows your Raspberry Pi project to keep track of time if the power is lost. Perfect for data-logging, clock-building, time-stamping, timers and alarms, etc. Equipped with PCF8523 RTC, it works great with the Raspberry Pi and has native kernel support.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit RGB Matrix HAT + RTC
name: RGB Matrix HAT + RTC
class: board
type: led,rtc
formfactor: HAT
@ -46,7 +46,7 @@ i2c:
name: DS1307
device: DS1307
-->
#Adafruit RGB Matrix HAT + RTC
#RGB Matrix HAT + RTC
This HAT plugs into your Pi and makes it super easy to control RGB matrices such as those you see in the likes of Times square enabling you to create a colorful scrolling display or mini LED wall with ease. A 5V power supply is also required, not included, for powering the matrix itself. The Pi cannot do it due to the high currents. To calculate the max current of your matrix set up, multiply the width of all the chained matrix by 0.12 : A 32 pixel wide matrix needs 32*0.12 = 3.85A so pick up a 5V 4A power supply. Please note: this HAT is only for use with HUB75 type RGB Matrices. Not for use with NeoPixel, DotStar, or other 'addressable' LEDs.

View File

@ -1,6 +1,6 @@
<!--
---
name: Adafruit DPI TFT Kippah
name: DPI TFT Kippah
class: board
type: display
formfactor: HAT
@ -45,7 +45,7 @@ pin:
'38':
'40':
-->
#Adafruit DPI TFT Kippah
#DPI TFT Kippah
A TFT panel connected to a Raspberry Pi without the use of an HDMI decoder? What is this sorcery??? It's the DPI Kippah from Adafruit! This HAT-like* board snaps onto a Raspberry Pi B+, A+, Pi 2, Pi 3 or Zero and with a little software configuration, allows you to have what normally would go out the HDMI port come up on a nice little flat screen.