CRC library (#339)
* Crc initial example * Update example and fix submodule
This commit is contained in:
parent
eb5fa3d405
commit
f51a2109b1
6 changed files with 173 additions and 0 deletions
15
examples/crc_example/crc_config_perso.h
Normal file
15
examples/crc_example/crc_config_perso.h
Normal 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 0
|
||||
#define CRC_4BYTE_SUPPORT 0
|
||||
/* Use the defaults for everything else */
|
||||
#include_next "crc_config.h"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue