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: Velines/PacketSerial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bakercp/PacketSerial
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.
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 8, 2021

  1. Allow for passing a custom pointer to callback function (defaults to …

    …sending "this", same as previously)
    
    Clear receiveBufferIndex before calling callback function so that the callback function can call update() if needed and receive more data
    Louis Beaudoin committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    6014e15 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Add example demonstrating the need for passing an arbitrary sender po…

    …inter
    Louis Beaudoin committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    201862b View commit details
    Browse the repository at this point in the history
  2. Document new senderPtr usage, change NULL to nullptr

    Louis Beaudoin committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    7f213fa View commit details
    Browse the repository at this point in the history
  3. clarify comment

    Louis Beaudoin committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    858ab2d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Merge pull request bakercp#29 from embedded-creations/callbackptr

    Allow for passing a custom pointer to callback function
    bakercp authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    002b0f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Update README.md

    The URL was wrong all this time.
    bakercp authored Apr 2, 2022
    Configuration menu
    Copy the full SHA
    92c4bae View commit details
    Browse the repository at this point in the history
Loading