mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2026-03-22 10:34:50 +00:00
add example
This commit is contained in:
parent
0cd01e4dc1
commit
5cd34b0c9f
75 changed files with 6023 additions and 217 deletions
16
RTL00_SDKV35a/component/common/example/dct/README.txt
Normal file
16
RTL00_SDKV35a/component/common/example/dct/README.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue