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: RoXXoR/ws2812 Loading
base: master
Choose a base ref
...
head repository: infinityis/ws2812 Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 13, 2014

  1. Added support for MSP430G2553

    Added set of #defines to differentiate between the originally targeted
    MSP430FR5739 and the MSP430G2553 that I wanted to use (because it
    currently comes with the TI MSP430 Launchpad). MSP430G2553 has some
    different register names and no DMA support.
    infinityis committed Jul 13, 2014
    Configuration menu
    Copy the full SHA
    c1c574d View commit details
    Browse the repository at this point in the history
  2. Removed line accidentally left in from testing

    Accidentally left in a #define BIT0 from testing whether it caused
    compiler warnings; removed.
    infinityis committed Jul 13, 2014
    Configuration menu
    Copy the full SHA
    1ec2341 View commit details
    Browse the repository at this point in the history
Loading