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: hexagon5un/AVR-Programming
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: swiftfish/AVR-Programming
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.
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 10, 2015

  1. Added notes and fuse setting options for resolving USART timing issue…

    …s related to F_CPU and BAUD
    swiftfish committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    b5e3a8b View commit details
    Browse the repository at this point in the history
  2. ignore *.elf

    swiftfish committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    a5ebe8b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Merge branch 'master' of https://github.com/hexagon5un/AVR-Programming

    * 'master' of https://github.com/hexagon5un/AVR-Programming:
      change return (0); to return 0;
      Changed poor variable naming: wavelength -> period
      added prototype for nibbleToHexCharacter()
      fix timer audio by reset counter
      finally added license
      Many changes in servo sundial code
      more zero-inits and multiple main directories
      Through chapter 06
      updated project list to match current state
      Changed project-specific Makefiles to be generic
      changed Makefile to build all files in current dir
      adding avrdude 6.1 and some utilities for Windows
    
    # Conflicts:
    #	Chapter05_Serial-IO/serialLoopback/Makefile
    swiftfish committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    da39f8b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Update .gitignore

    don't track elf, hex, DS_Store
    swiftfish committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    cdbc72a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14e9301 View commit details
    Browse the repository at this point in the history
Loading