Jelle Raes / Mbed 2 deprecated VLC_decoder_with_timeout

Dependencies:   mbed

Fork of VLC_decoder_test by Jelle Raes

main.cpp

Committer:
JelleRaes
Date:
2018-05-15
Revision:
3:4fad63952e4c

File content as of revision 3:4fad63952e4c:

#include "mbed.h"
#include "manchester.h"

 
int main(){
     manchester fukit;
     while(1){
    fukit.decode();}
}