Jelle Raes / Mbed 2 deprecated VLC_decoder_copy_copy_omdatetkan

Dependencies:   mbed

Fork of VLC_decoder_with_timeout by Jelle Raes

manchester.h

Committer:
JelleRaes
Date:
2018-05-09
Revision:
0:dad9d23791db
Child:
1:b89430efe68e

File content as of revision 0:dad9d23791db:

#ifndef MANCHESTER_H
#define MANCHESTER_H

#define DELAY 80
class manchester
{
public:
    manchester(void);
    int decode();
    int getDirection(int*);
};
#endif