Crc initial example

This commit is contained in:
Zaltora 2017-02-12 11:56:15 +01:00
parent 5eae1664e5
commit dfc8420373
6 changed files with 113 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/*
* perso_config.h
*
* Created on: 11 févr. 2017
* Author: lilian
*/
#include "espressif/esp_common.h"
#include "FreeRTOS.h"
#define CRC_DEBUG 1
#define CRC_4BYTE_SUPPORT 0
/* Use the defaults for everything else */
#include_next "crc_config.h"