short

설명

short 는 16비트 자료형이다.

모든 아두이노(ATMega 와 ARM 기반)에서 short 는 16비트 (2바이트) 값을 저장한다. -32,768 에서 32,767 (최소값 -2^15 그리고 최대값 (2^15) - 1)

문법

short var = val;

매개변수

  • var - short 변수 이름
  • val - 변수에 할당할 값

예제 코드

short ledPin = 13

더보기

ARDUINO BUY RECOMMENDATION

Arduino UNO R3
Arduino Starter Kit
Disclosure: Some links in this section are Amazon affiliate links. If you make a purchase through these links, we may earn a commission at no extra cost to you.
Additionally, some links direct to products from our own brand, DIYables.

※ OUR MESSAGES