RTL00_WEB_WS2812/Firmware/RTLGDB/USDK/component/common/example/dct
ADElectronics c6c5eeed6f 1st
2017-12-24 12:49:22 +03:00
..
example_dct.c 1st 2017-12-24 12:49:22 +03:00
example_dct.h 1st 2017-12-24 12:49:22 +03:00
README.txt 1st 2017-12-24 12:49:22 +03:00

DCT example

Description:
This example shows device configuration table API usage, and user can use DCT api to replace file system.

Configuration:
1. [platform_opts.h]
	#define CONFIG_EXAMPLE_DCT    1

Execution:
it will show:
	variable0: value0
	variable1: value1
	Delete variable0 success.
	Remaining amount: 61
if DCT is correctly used.