Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
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: khoih-prog/STM32_Slow_PWM
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: khoih-prog/STM32_Slow_PWM
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 47 files changed
  • 1 contributor

Commits on Feb 2, 2022

  1. v1.2.2 to replace double with float

    ### Releases v1.2.2
    
    1. Use `float` for `DutyCycle` and `Freq`, `uint32_t` for `period`. 
    2. Optimize code by not calculation in ISR
    khoih-prog authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    db7ab7d View commit details
    Browse the repository at this point in the history
  2. v1.2.2 to replace double with float

    ### Releases v1.2.2
    
    1. Use `float` for `DutyCycle` and `Freq`, `uint32_t` for `period`. 
    2. Optimize code by not calculation in ISR
    khoih-prog authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    d314b17 View commit details
    Browse the repository at this point in the history
  3. v1.2.2 to replace double with float

    ### Releases v1.2.2
    
    1. Use `float` for `DutyCycle` and `Freq`, `uint32_t` for `period`. 
    2. Optimize code by not calculation in ISR
    khoih-prog authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    2a7a71a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Add buymeacoffee

    Finally, in need of some real coffee ;=))
    khoih-prog authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    cb3e079 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. v1.2.3 to fix DutyCycle bug, etc.

    ### Releases v1.2.3
    
    1. Fix `DutyCycle` bug. Check [float precisison of DutyCycle only sometimes working #3](khoih-prog/SAMD_Slow_PWM#3)
    2. Fix `New Period` display bug. Check [random dropouts #4](khoih-prog/SAMD_Slow_PWM#4)
    3. Update examples
    khoih-prog authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    5ff2144 View commit details
    Browse the repository at this point in the history
  2. v1.2.3 to fix DutyCycle bug, etc.

    ### Releases v1.2.3
    
    1. Fix `DutyCycle` bug. Check [float precisison of DutyCycle only sometimes working #3](khoih-prog/SAMD_Slow_PWM#3)
    2. Fix `New Period` display bug. Check [random dropouts #4](khoih-prog/SAMD_Slow_PWM#4)
    3. Update examples
    khoih-prog authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    a8c66bd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Add files via upload

    khoih-prog authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    4aed48c View commit details
    Browse the repository at this point in the history
  2. Update .github

    khoih-prog authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    cd0c2a6 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    khoih-prog authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    689bc08 View commit details
    Browse the repository at this point in the history
  4. Fix Codespell complaints

    khoih-prog authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    011f547 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Update .github

    khoih-prog authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4adae64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    501a0d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Update changelog.md

    khoih-prog authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    35126ac View commit details
    Browse the repository at this point in the history
  2. Update README.md

    khoih-prog authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    3a38541 View commit details
    Browse the repository at this point in the history
Loading