Help for this page

Select Code to Download


  1. or download this
    #include <Wire.h>
    
    ...
    void loop(){
        delay(10000);
    }
    
  2. or download this
    use warnings;
    use strict;
    ...
    sub merge {
        return ($_[0] << 8) & 0xFF00 | ($_[1] & 0xFF);
    }
    
  3. or download this
    1023
    0
    ...
    0
    1023
    0