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: gaochunzy/python-pcduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pcduino/python-pcduino
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.
  • 10 commits
  • 36 files changed
  • 3 contributors

Commits on Feb 10, 2014

  1. remove pwm, and add ADC

    remove pwm, and add ADC
    linksprite committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    bf30d30 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2014

  1. add xively

    linksprite committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    a90bff9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2015

  1. Add web based samples

    Read Temperature, Brightness, humidity
    
    http://learn.linksprite.com/pcduino/python/use-flask-server-on-pcduino3-
    to-build-web-based-sensor-reading/
    linksprite committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    27833d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2016

  1. Fixed pwm on pcduino v3b

    JohannesAck committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    7c6b045 View commit details
    Browse the repository at this point in the history
  2. Fixed a bug in previoius commit, that makes the duty cycle become 0 i…

    …f youput
    
    the specified value from 'max_level' as 'level' by letting it only go to 1 less
    JohannesAck committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    45c35d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Fixed pwm on V3B

    JohannesAck committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    e18ec80 View commit details
    Browse the repository at this point in the history
  2. Fixed gpio.py for new sysfs-pwm

    The new pwm-sysfs somehow has a higher priority than digital gpio, so i changed the pin_mode function to disable pwm, if the pin supports it.
    JohannesAck committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    1f7b1a5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request pcduino#9 from JohannesAck/master

    Fix of pwm.py to work with the new sysfs on V3b
    YaoQ authored Jan 10, 2017
    Configuration menu
    Copy the full SHA
    c377c86 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. python 3 compatibility

    Replaced xrange with range in pinmap (range is very low, shouldn't
    affect performance noticeably), changed relative imports to absolute
    imports (PEP 328).
    JohannesAck committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    6aba11d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. Merge pull request pcduino#10 from JohannesAck/python3-compatibility

    python 3 compatibility
    YaoQ authored Jan 23, 2017
    Configuration menu
    Copy the full SHA
    a174682 View commit details
    Browse the repository at this point in the history
Loading