document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #include <popxt.h>
  2. void setup(){}
  3. void loop(){
  4.   sw_OK_press();
  5.   fd(50);
  6.   while(encoder(2)<40);
  7.   resetEnc2();
  8.   bk(100);delay(20);ao();
  9. }
');