Changes between Version 62 and Version 63 of WikiStart
- Timestamp:
- 2013-09-24 09:36:22 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v62 v63 59 59 60 60 // 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 62 Vera sensors(42, &radio); 63 63 64 64 void setup()