基于CW32的电压电流表
V1.0.0
一款物联网多功能电压电流表
载入中...
搜索中...
未找到
str.h
浏览该文件的文档.
1
11
#ifndef STR_H_
12
#define STR_H_
13
14
#include "board.h"
15
16
void
num2char
(
char
*str,
double
number, uint8_t g, uint8_t l);
17
char
*
strcat_new
(
char
* s1,
char
* s2);
18
#endif
num2char
void num2char(char *str, double number, uint8_t g, uint8_t l)
浮点数转字符
定义
str.c:26
strcat_new
char * strcat_new(char *s1, char *s2)
自定义的拼接字符串函数 用于显示在屏幕上
定义
str.c:57
APP
str.h
制作者
1.12.0