Manchester decoder for VLC nog e ki geupload
Fork of VLC_decoder_test by
manchester.h
- Committer:
- JelleRaes
- Date:
- 2018-05-15
- Revision:
- 4:7ef585175a7b
- Parent:
- 3:4fad63952e4c
File content as of revision 4:7ef585175a7b:
#ifndef MANCHESTER_H #define MANCHESTER_H #define DELAY 80 class manchester { public: manchester(void); int decode(); int getDirection(int*); bool vlcDetected(); void isTimedOut(); void printetwuk(); }; #endif