NEW: release DJI Payload-SDK version 3.0

Signed-off-by: DJI-Martin <DJI-Martin@dji.com>
This commit is contained in:
DJI-Martin
2021-11-12 16:27:03 +08:00
parent 2cce11a80b
commit e478e9a7a5
541 changed files with 2192778 additions and 2 deletions

BIN
tools/file2c/file2c.exe Executable file

Binary file not shown.

10
tools/file2c/readme.txt Normal file
View File

@ -0,0 +1,10 @@
* file2c 1.1
file2c is a simple commandline utility that generates C source files from binary files. It can be used to embed external files into C or C++ programs.
* Usage
file2c [OPTION...] FILE [FILE...]
Examples:
file2c icon.png Create 'icon_png.h' 'icon_png.c" from the contents of 'bar.bin'