merge of analog-zero.md

This commit is contained in:
RogueM 2016-07-09 11:42:03 +01:00
parent 88aab91664
commit 7d9dbe53fb
2 changed files with 71 additions and 20 deletions

View File

@ -0,0 +1,51 @@
<!--
---
name: RasPiO Analog Zero
class: Board
type: ADC
formfactor: pHAT
image: http://rasp.io/wp-content/uploads/2016/06/RasPiO-Analog-Zero-graphic-bare.png
manufacturer: RasPiO
description: The RasPiO®1 Analog Zero offers a compact, inexpensive, easy way to add eight analog2 channels to your Raspberry Pi. RasPiO Analog Zero uses an MCP3008 analog to digital converter. It's an SPI driven, 10-bit, 8-channel ADC
url: http://rasp.io/wp-content/uploads/2016/06/RasPiO-Analog-Zero.pdf
github: https://github.com/raspitv/analogzero
buy: http://rasp.io/analogzero/
pincount: 40
eeprom: no
power: 3v3
pin:
'19':
mode: MOSI
'21':
mode: MISO
'23':
mode: SCLK
'24':
mode: SPI0 CE0
-->
#my add-on board
Use this section to provide additional information such as features, technical parts, install requirements, etc. Please keep this section to the point and avoid copy/paste of marketing blurb - the board's extended description should be primarily neutral and technical.
The overlay itself uses the following fields, some of which are mandatory, as noted below:
MANDATORY
* name: the board name as it will appear at pinout.xyz
* class: the class the overlay falls in, 'board' is the most common (use that if in doubt).
* type: the typical applications of the board, i.e 'lcd' (use 'other' if in doubt). If multiple types apply, use a comma separated list (for example, 'adc,motor'). The keywords submitted will be used to filter boards on the site so don't include anything but tags that are relevant to the key functionality of the board.
* formfactor: the board's form factor. Valid values are Custom, HAT and pHAT. Note that an EEPROM is required for HAT specs, use Custom if that is not the case.
* manufacturer: the manufacturer's name.
* description: a description of what the add-on board provides.
* url: the main URL for the product providing detailed technical information about the board.
* pin: an array of the pins used. Do not specify power or EEPROM pins as part of the array!
DESIRABLE
* pincount: the header pin count, typically 26 or 40 but shims/custom boards are acceptable.
* eeprom: whether the board includes an eeprom (required by 'HAT' specs!).
* power: the supply logic required by the board. Valid values are 3v3, 5v and 3v3,5v.
* i2c: if the board uses i2c, a list of the bus address(es) and device(s) identification.
OPTIONAL
* image: a top-down image of the board as png with transparency or appropriate placeholder (see image template in board directory).
* github: github repository address.
* buy: URL where the board can be purchased.

View File

@ -1,27 +1,27 @@
<!--
---
name: RasPiO Analog Zero
class: Board
type: ADC
formfactor: pHAT
image: http://rasp.io/wp-content/uploads/2016/06/RasPiO-Analog-Zero-graphic-bare.png
manufacturer: RasPiO
description: The RasPiO®1 Analog Zero offers a compact, inexpensive, easy way to add eight analog2 channels to your Raspberry Pi. RasPiO Analog Zero uses an MCP3008 analog to digital converter. It's an SPI driven, 10-bit, 8-channel ADC
url: http://rasp.io/wp-content/uploads/2016/06/RasPiO-Analog-Zero.pdf
github: https://github.com/raspitv/analogzero
buy: http://rasp.io/analogzero/
pincount: 40
name: board name
class: category
type: application
formfactor: Custom
image: board image
manufacturer: made by
description: what it is
url: https://myaddon.com
github: https://github.com/myaddonrepo.com
buy: http://shopformyaddon.com
pincount: 26
eeprom: no
power: 3v3
power: 3v3,5v
pin:
'19':
mode: MOSI
'21':
mode: MISO
'23':
mode: SCLK
'24':
mode: SPI0 CE0
'3':
mode: i2c
'5':
mode: i2c
i2c:
'0x00':
name: device display name
device: chip name
-->
#my add-on board