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
더보기
- 언어 : 배열
- 언어 : boolean
- 언어 : byte
- 언어 : char
- 언어 : double
- 언어 : float
- 언어 : int
- 언어 : long
- 언어 : string
- 언어 : String()
- 언어 : unsigned char
- 언어 : unsigned int
- 언어 : unsigned long
- 언어 : void
- 언어 : word
- 언어 : Integer Constants
※ 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.