Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added User Functions #240

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Feb 18, 2024

  1. Added User Functions thread

    This thread handles a set of user functions. 
    Those user functions can be either periodic (with a frequency of 1Hz, 10Hz, 20Hz, 50Hz or 100Hz) or aperiodic (asynchronous). 
    Periodic functions will be called periodically depending on their scheduling. Async functions need to be triggered usign user_functions_trigger(id).
    
    The maximum amount of user functions that can be handled have to be defined in hwconfig.h using the macro CONFIG_USER_FUNCTIONS. If this macro is not defined, the user functions thread will not be created.
    mdiepart committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    05e8f35 View commit details
    Browse the repository at this point in the history