const int Red = 9; const int Green = 10; const int Blue = 11; void setup() { pinMode(Red, OUTPUT); pinMode(Green, OUTPUT); pinMode(Blue, ...
確定! 回上一頁