Skip to content
AVR
2012.07.24 13:42

ARDUINO 명령어 모음

조회 수 22850 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

ARDUINO 명령어 모음

Language Reference



Arduino programs can be divided in three main parts: structurevalues (variables and constants), and functions.







Structure



Control Structures



Further Syntax



Arithmetic Operators

  • = (assignment operator)
  •  (addition)
  • - (subtraction)
  • * (multiplication)
  • / (division)
  • % (modulo)



Comparison Operators

  • == (equal to)
  • != (not equal to)
  • < (less than)
  • > (greater than)
  • <= (less than or equal to)
  • >= (greater than or equal to)



Boolean Operators

  • && (and)
  • || (or)
  • ! (not)



Pointer Access Operators



Bitwise Operators

  • & (bitwise and)
  • | (bitwise or)
  • ^ (bitwise xor)
  • ~ (bitwise not)
  • << (bitshift left)
  • >> (bitshift right)



Compound Operators

  • ++ (increment)
  • -- (decrement)
  • += (compound addition)
  • -= (compound subtraction)
  • *= (compound multiplication)
  • /= (compound division)



  • &= (compound bitwise and)
  • |= (compound bitwise or)



Variables

Constants



Data Types



Conversion



Variable Scope & Qualifiers



Utilities





Functions

Digital I/O





Analog I/O





Advanced I/O





Time





Math





Trigonometry





Random Numbers







Bits and Bytes







External Interrupts







Interrupts







Communication







Leonardo Specific









로그인 후 댓글쓰기가 가능합니다.

?

  1. Joule thief 회로(저전압 승압회로)

  2. PWM이란? PWM 적용IC 및 구동방법

  3. 제너 다이오드(zener diode) 사용방법

  4. 인덕턴스란?

  5. Step-up & Step-down & AC to DC 등의 다양한 회로도

  6. 인덕터 코일 자작하기

  7. 전기용어와 단어

  8. Joule thief 회로(저전압 승압회로) 실험 결과

  9. Arduino Frequency Counter Library

  10. 전자기호

  11. 아두이노 전압측정(오실레이터가 없을때 활용)

  12. 렉테나 실험 중 내몸에 대량의 유도전력 발생

  13. tl431 - battery boost circuit

  14. AM/FM 라디오 구조(회로도 설명)

  15. 1.5V to 5V/12V DC/DC Converter with LT1073

  16. 전류,전압,저항의 관계

  17. 부스트 컨버터의 기본 원리

  18. 전압채배기(렉테나에 주로 이용)

  19. 555 TIMER AM TRANSMITTER CIRCUIT(AM 송신 회로)

  20. No Image 24Jul
    by Progress
    2012/07/24 in AVR
    Views 22850 

    ARDUINO 명령어 모음

Board Pagination Prev 1 2 3 4 5 ... 13 Next
/ 13

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소