Changes between Version 59 and Version 60 of WikiStart
- Timestamp:
- 2013-09-24 09:18:28 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v59 v60 47 47 It should be pretty simple to use the library (some more documentation in [[http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Arduino/libraries/Vera/Vera.h|vera.h]]). 48 48 49 <pre class="brush:[cpp]"> 49 {{{ 50 #!div style="font-size: 80%" 51 Code highlighting: 52 {{{#!cpp 50 53 #include <SPI.h> 51 54 #include <nRF24L01.h> … … 56 59 Vera sensors(<radioId>, &radio); // Create vera library with radio id <radioId>. This should be a value between 1-255. 57 60 61 }}} 62 }}} 58 63 59 64 60 </pre>61 65 62 66