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: sandeepmistry/arduino-nRF5
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: neu-rah/arduino-nRF5
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.
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 7, 2019

  1. allow nRF51 to use up to 6 pwm pins

    by using also NRF_TIMER2
    neu-rah committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    b2cf69d View commit details
    Browse the repository at this point in the history
  2. restore check

    neu-rah committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    475d17b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. respect analogWriteResolution

    use given resolution intead of the 8 bits internal convertion.
    we are now reseting the counter on CC[0] match allowing control over bit 
    resolution and frequency.
    
    reduced interrupt code, cycling checks only inside timer assigned pins
    
    added non standard pwmPrescaller (no standard here?)
    neu-rah committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    a4c8d03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eaeb99 View commit details
    Browse the repository at this point in the history
Loading