Revision f606f432 modules/LightRing_1-2/board.h

View differences:

modules/LightRing_1-2/board.h
61 61
#define STM32F103xE
62 62

  
63 63
/*
64
 * Identifiers for optional peripherals.
64
 * Identifiers for the several breakout modules, which can be attached to the LightRing v1.2 module.
65 65
 */
66
#define BOARD_DW1000_CONNECTED      false
67
#define BOARD_MIC9404x_CONNECTED    true /* Power supply for DW1000 in Light ring */
66
#define BOARD_BREAKOUT_NONE         0
67
#define BOARD_BREAKOUT_UWBv10       1
68

  
69
/*
70
 * Configuration macro to define which type of sensor ring is attached.
71
 */
72
#if !defined(BOARD_BREAKOUT_MODULE) || defined(__DOXYGEN__)
73
#define BOARD_BREAKOUT_MODULE       BOARD_BREAKOUT_UWBv10
74
#endif
68 75

  
69 76
/*
70 77
 * IO pins assignments.

Also available in: Unified diff