asc码转字符串

支持芯片: SHMICTRL系列芯片 ESP32-S3系列

str chr(int asc);
//asc: 字符的asc码
//返回:asc码组成的字符串

示例

str s;
s=chr(65);  //A