【发布时间】:2014-11-30 01:44:34
【问题描述】:
这就是我想要的。我尝试了很多方法,但都没有成功。我想将第二个数组值复制到第一个数组的末尾。
uint8_t *set = getCharacterPattern('A');
uint8_t *set2 = getCharacterPattern('B');
// Here I want to copy *set2 values to end of *set array
for (uint8_t i=0; i<(getCharacterSize(A)+getCharacterSize('B')); i++){
setLed(0,i,set[i]);
}
请帮帮我。
【问题讨论】:
-
我想知道为什么有人拒绝我的问题...