mirror of
https://github.com/cwyark/sdk-ameba-v4.0b_without_nda_gcc.git
synced 2024-11-25 07:24:19 +00:00
16 lines
No EOL
340 B
Text
16 lines
No EOL
340 B
Text
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. |