Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-reset fix for Uno and Mega 2650 #22

Closed
wants to merge 2 commits into from

Commits on Mar 26, 2011

  1. Make auto-reset only work when programming.

    Added a check for an about 1 second delay between DTR toggles before the reset line is switched. This allows connection and reconnection form OS X and (untested) Linux without a reset.
    
    Also optimized for size, since this check pushed the size over 4K. It might be a little faster as well.
    giseburt committed Mar 26, 2011
    Copy the full SHA
    3a7dc40 View commit details
    Browse the repository at this point in the history
  2. Added hex files for uno and mega 2560.

    I haven't tested the UNO file yet.
    giseburt committed Mar 26, 2011
    Copy the full SHA
    fec59ca View commit details
    Browse the repository at this point in the history