/* Copyright (C) 2011 J. Coliz This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. 03/17/2013 : Charles-Henri Hallard (http://hallard.me) Modified to use with Arduipi board http://hallard.me/arduipi Modified to use the great bcm2835 library for I/O and SPI */ #ifndef __RF24_CONFIG_H__ #define __RF24_CONFIG_H__ #include #include #include #include #include #include #include "bcm2835.h" // GCC a Arduino Missing #define max(a,b) (a>b?a:b) #define min(a,b) (a