Maniacbug RF24 on Nucleo STM32

Dependents:   NRF24_master_slave NRF24_master_slave

RF24_config.h

Committer:
olympux
Date:
2015-02-09
Revision:
5:aaff7f374e2b
Parent:
3:af425ff47d9f

File content as of revision 5:aaff7f374e2b:


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

#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