아두이노 코딩을 하다 보면 저 이상한 변수형이 자꾸 쓰인다. 위 자료형들은
참고 : https://sites.uclouvain.be/SystInfo/usr/include/stdint.h.html stdint.h /* Copyright (C) 1997,1998,1999,2000,2001,2006 Free Software Foundation, Inc. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software F... sites.uclouvain.be https://educoder.tistory.com/entry/cc-in...
#
int
#
uint
#
변수형
#
아두이노
#
자료형
#
차이
원문 링크 : 문법] uint_8/16/32/64는 왜 사용하는 것일까?