Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BNO055_fusion RF24 mbed
Fork of L053R8_mux_BNO by
config.h
- Committer:
- gume
- Date:
- 2017-02-24
- Revision:
- 1:01b7a386487e
- Parent:
- 0:a573c39fe4e8
- Child:
- 2:65b259a97e52
File content as of revision 1:01b7a386487e:
#ifndef CONFIG_H
#define CONFIG_H
#include "BNO055.h"
//This header contains calibration data
//#define NodeID 6
#define RadioChannel 90
#define SendDelay 3 //ms
#define ledpin PA_8
#define unused_pin PA_1
#define nrf_CE PB_4
#define nrf_CSN PB_3
#define spi_SCK PA_5
#define spi_MOSI PA_7
#define spi_MISO PA_6
#define nrf_irq PA_15
#define i2c_sda PB_7
#define i2c_scl PB_6
#define RXD PA_3
#define TXD PA_2
#endif
