Changes between Version 59 and Version 60 of WikiStart


Ignore:
Timestamp:
2013-09-24 09:18:28 (11 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v59 v60  
    4747It 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]]).  
    4848  
    49 <pre class="brush:[cpp]">  
     49{{{ 
     50#!div style="font-size: 80%" 
     51Code highlighting: 
     52  {{{#!cpp 
    5053#include <SPI.h>   
    5154#include <nRF24L01.h> 
     
    5659Vera sensors(<radioId>, &radio); // Create vera library with radio id <radioId>. This should be a value between 1-255. 
    5760 
     61  }}} 
     62}}} 
    5863 
    5964 
    60 </pre> 
    6165 
    6266