Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: romilly/quick2wire-python-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jemgoss/quick2wire-python-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 11 files changed
  • 1 contributor

Commits on Jul 15, 2014

  1. Merge pull request #1 from quick2wire/master

    Merging from master
    jemgoss committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    2db0bb0 View commit details
    Browse the repository at this point in the history
  2. Remove deprecated sizehint

    Remove deprecated sizehint that's breaking python 3.4 select.epoll(-1)
    Change arg from source to fileno in
    self._get_epoll().unregister(fileno)
    jemgoss committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    40252d6 View commit details
    Browse the repository at this point in the history
  3. Update gpio.py

    Cleanup imports.
    jemgoss committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    1cb08bc View commit details
    Browse the repository at this point in the history
  4. Update i2c.py

    Cleanup imports.
    jemgoss committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    798c67c View commit details
    Browse the repository at this point in the history
  5. Update mcp23x17.py

    Cleanup imports.
    jemgoss committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    a10f83e View commit details
    Browse the repository at this point in the history
  6. Update test_selector.py

    jemgoss committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    e1b7740 View commit details
    Browse the repository at this point in the history
  7. Update test_eventfd.py

    Cleanup imports.
    jemgoss committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    e759288 View commit details
    Browse the repository at this point in the history
  8. Update timerfd.py

    Cleanup imports.
    jemgoss committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    db18a0c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2015

  1. Changed pin path for new device tree in Kernel 3.18

    After exporting a pin, the path is now /sys/devices/soc/20200000.gpio/gpio/
    Had to make a similar change in gpio-admin.
    jemgoss committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    e92b387 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2015

  1. Update board_revision.py

    jemgoss committed May 24, 2015
    Configuration menu
    Copy the full SHA
    68e093e View commit details
    Browse the repository at this point in the history
  2. Update gpio.py

    jemgoss committed May 24, 2015
    Configuration menu
    Copy the full SHA
    5e711c2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from Jemgoss/Changes-for-Plus-models

    Changes for plus models
    jemgoss committed May 24, 2015
    Configuration menu
    Copy the full SHA
    27bfe67 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2015

  1. Configuration menu
    Copy the full SHA
    973ae4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b68f8c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2015

  1. Changes for kernel 4.0.6

    Another change required for the sysfs path to gpio files.
    jemgoss committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    e232650 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Ignore Eclipse project file.

    jemgoss committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    092c036 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. Configuration menu
    Copy the full SHA
    b26a103 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

  1. Configuration menu
    Copy the full SHA
    08bafbd View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. is -> == with a literal

    jemgoss committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    9e8303f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Updated for pi4B

    jemgoss committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    84126b0 View commit details
    Browse the repository at this point in the history
Loading