Ported Arduino RF24Network library.
Diff: RF24Network_config.h
- Revision:
- 0:df0a8886a0e9
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/RF24Network_config.h Mon Mar 09 20:49:13 2015 +0000 @@ -0,0 +1,23 @@ + +/* + Copyright (C) 2011 James Coliz, Jr. <maniacbug@ymail.com> + + 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. + */ + +#ifndef __RF24_CONFIG_H__ +#define __RF24_CONFIG_H__ + +#include "mbed.h" + +#include <stddef.h> +#include <stdint.h> +#include <stdio.h> +#include <string.h> +#define _BV(x) (1<<(x)) + + +#endif // __RF24_CONFIG_H__ +// vim:ai:cin:sts=2 sw=2 ft=cpp