Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Arduinoの例のコードを読んでいると、次の行に出くわしました:
uint16_t pulses[100][2];
これは 100x2 の配列を定義しているように見えますが、これは正しいですか?
あなたは正しいです。これは、符号なし 16 ビット整数の 100x2 配列を定義します。