Eduardo Avelar / LibThreadProcess

Dependents:   LedsThreading

Fork of BlinkLed by Satoshi Togawa

Embed: (wiki syntax)

« Back to documentation index

BlinkLed Class Reference

BlinkLed Class Reference

LED which blinks automatically with RTOS. More...

#include <BlinkLed.h>

Public Member Functions

 BlinkLed (PinName, int)
 Constructor.
 ~BlinkLed ()
 Destructor.
void startBlink ()
 Start biinking.

Detailed Description

LED which blinks automatically with RTOS.

Definition at line 10 of file BlinkLed.h.


Constructor & Destructor Documentation

BlinkLed ( PinName  pin,
int  n 
)

Constructor.

Definition at line 3 of file BlinkLed.cpp.

~BlinkLed (  )

Destructor.

Definition at line 9 of file BlinkLed.cpp.


Member Function Documentation

void startBlink (  )

Start biinking.

Definition at line 13 of file BlinkLed.cpp.