Index
 
  Reference for Wiring 1.0 (ALPHA) 0017+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.
Name  

RISING

   
Examples  
attachInterrupt(0, myFunction, RISING);  // attaches myFunction to external interrupt 0 on RISING 

Description   Reserved word representing a transition from LOW to HIGH on an external interruption pin.

인터럽트 핀에서 LOW 에서 HIGH 로 변하는 것을 의미하는 예약어

   
Syntax  
RISING
   
Usage   Web & Application
   
Related   LOW
CHANGE
FALLING
attachInterrupt()
detachInterrupt()
interruptMode()