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
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.

※ OUR MESSAGES