Skip to content

Commit

Permalink
Add "Wiring Boards" section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
per1234 committed Apr 11, 2018
1 parent be3a661 commit 57946da
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ wirino
==========
Use your Wiring boards with the [Arduino](http://arduino.cc) IDE

The [Wiring](http://wiring.org.co/) project was initiated in 2003 by Hernando Barragán. In 2005 Wiring was used as the starting point and inspiration for the creation of Arduino. The Wiring IDE is no longer under active development and the Wiring boards are no longer in production, though the Wiring S is [still available for purchase](https://roguerobotics.com/collections/roguerobotics/products/wiring-s). For more Wiring history see https://arduinohistory.github.io.
The [Wiring](http://wiring.org.co/) project was initiated in 2003 by Hernando Barragán. In 2005 Wiring was used as the starting point and inspiration for the creation of Arduino. The Wiring IDE is no longer under active development and the Wiring boards are no longer in production. For more Wiring history see https://arduinohistory.github.io.

In addition to the Wiring boards hardware definitions, this package provides [advanced configuration options](#usage). The [referenced core](#required-cores) libraries also provide [Wiring API functions](https://github.com/MCUdude/MightyCore/blob/master/Wiring_reference.md).

Expand Down Expand Up @@ -119,3 +119,21 @@ Pull requests or issue reports are welcome! Please see the [contribution rules](
## Wiring Theme
If you like Wiring and Arduino you might be interested in a theme for the Arduino IDE that will make it look like the Wiring IDE: \
https://github.com/per1234/ino-themes/tree/Wiring-theme


# Wiring Boards
The primary purpose of this project is to provide Arduino IDE support for existing Wiring boards. Although no longer being produces there are still some boards available for purchase and design files you can use to to make your own.
- Wiring S
- Purchase: https://roguerobotics.com/collections/roguerobotics/products/wiring-s
- Board design files: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wiring/Wiring-S-V10.zip
- Wiring S Play Shield
- Purchase: http://www.1strecon.org/TheShoppe/wiring/wiringsshield.shtml
- Board design files: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wiring/Wiring-S-Play-Shield-Adapter-V10-KiCAD.zip
- Wiring V1.0
- Board design files: http://wiring.org.co/download/Wiringhardware.zip
- Schematic: http://wiring.org.co/download/wiring-Rev0004.pdf
- Updated design files by WestfW: https://hackaday.io/project/62511-revive-wiring
- Wiring Mini V1.0
- Board design files: http://wiring.org.co/download/WiringMini.zip
- Schematic: http://wiring.org.co/download/WiringMini.pdf
- Wiring V1.1: I have not found design files for this board. If you know where they may be found please submit an [issue](https://github.com/per1234/wirino/issues/new) or [pull request](https://github.com/per1234/wirino/compare).

0 comments on commit 57946da

Please sign in to comment.