In Arduino and C++, arrays can be initialized as shown here: char arr[3] = {'a', 'b', ... oops! arr expects chars, so will turn f into "2" bool b = true; ...
確定! 回上一頁