Giter Club home page Giter Club logo

pmod-compatible_snes_controller's Introduction

PMOD-Compatible_SNES_Controller

A Pmod(tm) Compatible SNES controller connector.

This circuit board is designed to interface a SNES controller to a circuit board containing Digilent Pmod(tm) ports. This circuit board complies with the Digielnt Pmod(tm) Interface Specification found here: https://www.digilentinc.com/Pmods/Digilent-Pmod_%20Interface_Specification.pdf.

This project makes use of a 3rd party SNES connector supplied by Raphnet Technologies. It is part number 250025 and can be found here: http://raphnet-tech.com/products/snes_controller_connector/index.php

Library Housekeeping

To read in any changes from the Kicad library repository to this one:

  1. Fetch the changes

    git fetch libraries

  2. Merge the changes

    git merge -s subtree --squash libraries/master

  3. Commit the changes

    git commit -m "Updated libraries directory"

To push any of the changes from this project to the Kicad libarary repository

  1. Create commits for the changes (make them seperate from everything else)

  2. Create a new branch locally

    git checkout -b library-work libraries/master

  3. Select the commits to add to the library (The command shown below will use the 5th commit before the current revision, simply modify the 5 to change which commit is referenced)

    git cherry-pick -x --strategy=subtree master~5

  4. Push the new changes back to the libraries repository

    git push libraries library-work:master

  5. Go back to the working repository

    git checkout master

  6. Delete the branch you just used

    git branch -D library-work

pmod-compatible_snes_controller's People

Contributors

imciner2 avatar

Stargazers

Tim Peters avatar

Watchers

James Cloos avatar  avatar

pmod-compatible_snes_controller's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.