Basic port of the gcopeland nRF24L01 library

Dependencies:   mbed

RF24_config.h

Committer:
iforce2d
Date:
2019-03-25
Revision:
2:75a5b58b2338

File content as of revision 2:75a5b58b2338:


/*
 Copyright (C) 2011 J. Coliz <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__



#define _BV(x) (1<<(x))

#endif // __RF24_CONFIG_H__
// vim:ai:cin:sts=2 sw=2 ft=cpp