Removed the +s which were there bc I can't git

This commit is contained in:
Archie Roques 2017-11-27 21:02:15 +00:00 committed by GitHub
parent ecd09de3a2
commit 6a310c2536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 88 additions and 88 deletions

View File

@ -1,88 +1,88 @@
+<!-- <!--
+--- ---
+name: Score:Zero name: Score:Zero
+class: board class: board
+type: io,other type: io,other
+formfactor: pHAT formfactor: pHAT
+manufacturer: The Wonky Resistor Co manufacturer: The Wonky Resistor Co
+description: A super-simple and stylish soldering kit - makes an NES-style games controller when assembled. description: A super-simple and stylish soldering kit - makes an NES-style games controller when assembled.
+url: http://wonkyresistor.com/scorezero url: http://wonkyresistor.com/scorezero
+github: https://github.com/wonkyresistor/scorezero github: https://github.com/wonkyresistor/scorezero
+schematic: schematic:
+buy: http://wonkyresistor.com/scorezero buy: http://wonkyresistor.com/scorezero
+image: 'scorezero.png' image: 'scorezero.png'
+pincount: 40 pincount: 40
+eeprom: no eeprom: no
+power: external power: external
+ground: ground:
+ '6': '6':
+ '9': '9':
+ '14': '14':
+ '20': '20':
+ '25': '25':
+ '30': '30':
+ '34': '34':
+ '39': '39':
+pin: pin:
+ '5': '5':
+ name: Start name: Start
+ mode: input mode: input
+ active: low active: low
+ '6': '6':
+ name: Select name: Select
+ mode: input mode: input
+ active: low active: low
+ '22': '22':
+ name: Up name: Up
+ mode: input mode: input
+ active: low active: low
+ '23': '23':
+ name: Right name: Right
+ mode: input mode: input
+ active: low active: low
+ '24': '24':
+ name: Down name: Down
+ mode: input mode: input
+ active: low active: low
+ '25': '25':
+ name: Left name: Left
+ mode: input mode: input
+ active: low active: low
+ '26': '26':
+ name: B name: B
+ mode: input mode: input
+ active: low active: low
+ '27': '27':
+ name: A name: A
+ mode: input mode: input
+ active: low active: low
+i2c: i2c:
+--> -->
+#Score:Zero #Score:Zero
+
+Score:Zero is a simple-soldering-kit-come-games-controller for the Raspberry Pi Zero. It has eight active-low pushbuttons connected to various GPIO pins. On the underside of the board there are also solder pads connected to power, ground, I2C, SPI and serial comms. Score:Zero is a simple-soldering-kit-come-games-controller for the Raspberry Pi Zero. It has eight active-low pushbuttons connected to various GPIO pins. On the underside of the board there are also solder pads connected to power, ground, I2C, SPI and serial comms.
+
+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. 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: The overlay itself uses the following fields, some of which are mandatory, as noted below:
+
+MANDATORY MANDATORY
+* name: the board name as it will appear at pinout.xyz * 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). * 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. * 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. * 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. * manufacturer: the manufacturer's name.
+* description: a description of what the add-on board provides. * description: a description of what the add-on board provides.
+* url: the main URL for the product providing detailed technical information about the board. * 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! * pin: an array of the pins used. Do not specify power or EEPROM pins as part of the array!
+
+DESIRABLE DESIRABLE
+* pincount: the header pin count, typically 26 or 40 but shims/custom boards are acceptable. * 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!). * eeprom: whether the board includes an eeprom (required by 'HAT' specs!).
+* power: the supply logic required by the board. Valid values are 'external', '3v3', '5v' and '3v3,5v'. * power: the supply logic required by the board. Valid values are 'external', '3v3', '5v' and '3v3,5v'.
+* i2c: if the board uses i2c, a list of the bus address(es) and device(s) identification. * i2c: if the board uses i2c, a list of the bus address(es) and device(s) identification.
+
+OPTIONAL OPTIONAL
+* image: a top-down image of the board as png with transparency or appropriate placeholder (see image template in board directory). * 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. * github: github repository address.
+* buy: URL where the board can be purchased. * buy: URL where the board can be purchased.