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: arduino/Arduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: smike/Arduino
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.
  • 8 commits
  • 18 files changed
  • 1 contributor

Commits on Jan 6, 2012

  1. Calculating stepper delays in micros instead of millis to get better

    speed resolution. Also optimized step routine a bit by removing extra
    call to get time.
    smike committed Jan 6, 2012
    Configuration menu
    Copy the full SHA
    9e5ca94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eda1bc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2012

  1. Improvements to Stepper library:

     - drive multiple steppers in unison
     - halt in the middle of a step sequence
     - callback in step loop
     - some optimizations for code size. code size is still ~2k larger than
    the previous version, however.
    
    Also, importing a simplified vector impl found on arduino forums.
    smike committed Jan 10, 2012
    Configuration menu
    Copy the full SHA
    9d62dec View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2012

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

Commits on Jan 19, 2012

  1. refactoring steppers to separate single motor stepping from multi-motor.

    also refactored so to expose the meet of the step loop so people can
    roll their own if they like.
    smike committed Jan 19, 2012
    Configuration menu
    Copy the full SHA
    0a9bc42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6742fac View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2012

  1. Adding empty consturctor, copy consturctor, = operator so that we dont

    segfault. Also renaming the setDirection method and factoring out a
    method to force a step.
    smike committed Jan 27, 2012
    Configuration menu
    Copy the full SHA
    57b1f2f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2013

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