hello I'm having some difficulties in cycling between a range of value.. int c = 0; int length = 4; c = -1 % length; lcd.print(c); ...
確定! 回上一頁