Arduino 函式, 微處理機 ... 例: void setup(){ } void loop(){ int sum; sum = addFunction(4,5); } int addFunction(int x,int y){ return x+y; }.
確定! 回上一頁