Persistence of Vision (POV) made easy.

Dependencies:   m3pi mbed-rtos mbed

pov.h

Committer:
sdanziger
Date:
2016-05-27
Revision:
0:16fcd1f41239

File content as of revision 0:16fcd1f41239:

#ifndef M3PI_POV
#define M3PI_POV

#include "mbed.h"


class pov: public Stream {
    
public:

    /** Create the pov object connected to default pins.
    * 
    */
    pov();
    
    /** Create the pov object connected to specific pins.
    * 
    *   @param l1 LED 1, default is p13.
    

#endif //M3PI_POV