MegaThread
Macros | Functions
main.c File Reference
#include <stddef.h>
#include <avr/io.h>
#include <util/delay.h>
#include "thread.h"

Macros

#define LED1MASK   0x01
 
#define LED2MASK   0x02
 

Functions

threadStatus_t led1 (threadStatus_t state, void *argument)
 
threadStatus_t led2 (threadStatus_t state, void *argument)
 
int main (void)
 

Macro Definition Documentation

#define LED1MASK   0x01
#define LED2MASK   0x02

Function Documentation

threadStatus_t led1 ( threadStatus_t  state,
void *  argument 
)
threadStatus_t led2 ( threadStatus_t  state,
void *  argument 
)
int main ( void  )