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: PaulStoffregen/Arduino-2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master-org
Choose a base ref
...
head repository: PaulStoffregen/Arduino-2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 31 files changed
  • 5 contributors

Commits on Sep 21, 2014

  1. set correct max size for mega2560 (to address issue #2277)

    Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
    championswimmer committed Sep 21, 2014
    Configuration menu
    Copy the full SHA
    4dd931a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2014

  1. Merge pull request #2316 from championswimmer/1.0.x-fixMaxMega

    set correct max size for mega2560 (to address issue #2277)
    cmaglie committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    cd015f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2014

  1. Fix typo in KeyboardLogout.ino

    Comment says ALT+s, code says ALT+l. This remedies that difference.
    Unh0lyTigg committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    d3f76e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2014

  1. Merge pull request #2329 from Unh0lyTigg/patch-1

    Fix typo in KeyboardLogout.ino
    cmaglie committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    ad0bedc View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2014

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

Commits on Oct 8, 2014

  1. Merge pull request #2345 from JChristensen/ephemeral

    Change EthernetClient to use IANA recommended ephemeral port range
    cmaglie committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    d63350b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2014

  1. GSM: Backported library from IDE 1.5.x

    Fixes #2343
    cmaglie committed Oct 9, 2014
    Configuration menu
    Copy the full SHA
    afc368b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed5ad42 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2014

  1. Configuration menu
    Copy the full SHA
    58b6fd4 View commit details
    Browse the repository at this point in the history
  2. Revert "Match return value to type in available()"

    This reverts commit f40e471.
    Added an hint for the buffer sizes.
    
    See #2057
    Fixes #2367
    cmaglie committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    62cf4b6 View commit details
    Browse the repository at this point in the history
  3. Updated revision log

    cmaglie committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    54a6d64 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2014

  1. Updated description

     It reads the state of a potentiometer (an analog input) and turns on an LED
     only if the LED goes above a certain threshold level. It prints the analog value
     regardless of the level.
    
    updated to
    
     It reads the state of a potentiometer (an analog input) and turns on an LED
     only if the potentiometer goes above a certain threshold level. It prints the analog value
     regardless of the level.
    agdl committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    060c1e7 View commit details
    Browse the repository at this point in the history
Loading