APP 4

Dependencies:   mbed CRC16 mbed-rtos

Committer:
manl2003
Date:
Mon Feb 22 16:56:48 2016 +0000
Revision:
12:715af3660c73
Parent:
9:b937f9c6d682
Child:
14:9505b98c6623
Premi?re it?ration de la MEF

Who changed what in which revision?

UserRevisionLine numberNew contents of line
manl2003 2:1250280a511b 1 #include "mbed.h"
manl2003 2:1250280a511b 2 #include "LPC17xx.h"
manl2003 4:272f227e4442 3 #include <bitset>
manl2003 4:272f227e4442 4
manl2003 12:715af3660c73 5
vinbel93 5:9f05591944ba 6 #pragma once
manl2003 2:1250280a511b 7
manl2003 2:1250280a511b 8 #define CLOCKS_TO_SECOND 96000000
manl2003 4:272f227e4442 9 #define FRAMESIZE 696
vinbel93 9:b937f9c6d682 10 #define MAX_DATA 640
vinbel93 6:3181f546e812 11
vinbel93 6:3181f546e812 12 using namespace std;
manl2003 12:715af3660c73 13
manl2003 12:715af3660c73 14 static void _decodeCallback();
manl2003 12:715af3660c73 15 static void _decodeError();