Rev 2125 Rev 2126
Line 1... Line 1...
1 /********************************************* 1 /*********************************************
2 * 2 *
3 * draft version v 0.1, experimental 3 * RFM02 simple library
-   4 *
-   5 * $id= $
4 * 6 *
5 * code based on the code of "benedikt k." 7 * code based on the code of "benedikt k." and "contrechoc"
6 * this was an avr project from the site: http://www.mikrocontroller.net/topic/65984#541030 -  
7 * -  
8 * -  
9 * code should be matched with RF01 -  
10 * -  
11 * up to now no transmission between the RF12 modules and Jeelabs.com RF12 lib -  
12 * -  
13 * this code has worked: transmitting using atmega168 and atmega328 in combination with RF01s and RF02s -  
14 * -  
15 * arduino 18 -  
16 * -  
17 * five march, contrechoc.com, 2010, june -  
18 * 8 *
-   9 * arduino 22
19 * 10 *
20 *********************************************/ 11 *********************************************/
21   12  
22   13  
23 #include <avr/io.h> 14 #include <avr/io.h>