APP 4

Dependencies:   mbed CRC16 mbed-rtos

Committer:
vinbel93
Date:
Sat Feb 20 20:49:22 2016 +0000
Revision:
5:9f05591944ba
Parent:
3:3ffa14e75b8a
Parent:
4:272f227e4442
Child:
6:3181f546e812
merge

Who changed what in which revision?

UserRevisionLine numberNew contents of line
manl2003 4:272f227e4442 1
manl2003 2:1250280a511b 2 #include "APP.h"
vinbel93 1:f212b6676849 3
vinbel93 1:f212b6676849 4 #pragma once
vinbel93 1:f212b6676849 5
vinbel93 1:f212b6676849 6 using namespace std;
vinbel93 1:f212b6676849 7
vinbel93 3:3ffa14e75b8a 8 bitset<2 * FRAMESIZE> encode(bitset<FRAMESIZE> bits, bitset<2 * FRAMESIZE> clock);
vinbel93 3:3ffa14e75b8a 9 bitset<FRAMESIZE> decode(bitset<2 * FRAMESIZE> manchester, bitset<2 * FRAMESIZE> clock);