fd

Dependents:   xtoff3 CYS_Receiver

Fork of RF24Network by Akash Vibhute

RF24Network_config.h

Committer:
akashvibhute
Date:
2015-07-06
Revision:
0:c3db0798d9aa
Child:
2:a5f8e04bd02b

File content as of revision 0:c3db0798d9aa:


/*
 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