Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Reading/writing Arduino pins over I2C with Perl

by stevieb (Canon)
on Jul 23, 2017 at 18:25 UTC ( [id://1195829]=CUFP: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://1195829]
Approved by haukex
Front-paged by ww
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-25 07:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found