Skip to content

Instantly share code, notes, and snippets.

@bgloh
Created December 4, 2018 06:14
Show Gist options
  • Save bgloh/13e0bdea7298a721838361e3359b253a to your computer and use it in GitHub Desktop.
Save bgloh/13e0bdea7298a721838361e3359b253a to your computer and use it in GitHub Desktop.
pwmTask header file
#ifndef PWMTASK_H_
#define PWMTASK_H_
/* Initializes the PwmLed Task and creates all TI-RTOS objects */
extern void PwmTask_create(void);
#endif /* PWMTASK_H_ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment