Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

215.nfa

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    b4b_opMode.h 191 B
    #ifndef B4B_OPMODE_H
    #define B4B_OPMODE_H
    
    #include <C3_ControlComponent.h>
    
    // Adds the dummy operation mode to a control component
    bool
    b4b_opMode_add(C3_CC *cc);
    
    #endif /* B4B_OPMODE_H */