mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
11 lines
142 B
C
11 lines
142 B
C
/*
|
|
* CODEC.c
|
|
*
|
|
* Created on: 18.02.2013
|
|
* Author: skuser
|
|
*/
|
|
|
|
#include "Codec.h"
|
|
|
|
uint8_t CodecBuffer[CODEC_BUFFER_SIZE];
|