APP 4

Dependencies:   mbed CRC16 mbed-rtos

APP.h

Committer:
manl2003
Date:
2016-02-22
Revision:
12:715af3660c73
Parent:
9:b937f9c6d682
Child:
14:9505b98c6623

File content as of revision 12:715af3660c73:

#include "mbed.h"
#include "LPC17xx.h"
#include <bitset>


#pragma once

#define CLOCKS_TO_SECOND 96000000
#define FRAMESIZE 696
#define MAX_DATA 640

using namespace std;

static void _decodeCallback();
static void _decodeError();