Changes between Version 62 and Version 63 of WikiStart


Ignore:
Timestamp:
2013-09-24 09:36:22 (11 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v62 v63  
    5959 
    6060// Create a Vera library instance with radio id <radioId>. This should be a value between 1-255.  
    61 // You cannot share radioId between two arduino sensors. 
    62 Vera sensors(<radioId>, &radio);  
     61// You cannot share radioId between two arduino sensors. In this example we use radioId 42 
     62Vera sensors(42, &radio);  
    6363 
    6464void setup()