KRITSADA

02 POP-X2 Blink LED on Pin 24

Feb 17th, 2018
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. #include <popx2.h>
  2. void setup(){ }
  3. void loop(){
  4.   out(24,1);
  5.   delay(500);
  6.   out(24,0);
  7.   delay(500);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment