Revision 1678f270 modules/PowerManagement_1-1/board.h

View differences:

modules/PowerManagement_1-1/board.h
1 1
/*
2 2
AMiRo-OS is an operating system designed for the Autonomous Mini Robot (AMiRo) platform.
3
Copyright (C) 2016..2018  Thomas Schöpping et al.
3
Copyright (C) 2016..2019  Thomas Schöpping et al.
4 4

  
5 5
This program is free software: you can redistribute it and/or modify
6 6
it under the terms of the GNU General Public License as published by
......
81 81
#define STM32F4xx_AF_EVENTOUT           15U
82 82

  
83 83
/*
84
 * Identifiers for the several sensor rings, which can be attached to the PowerManagement v1.1 module.
85
 */
86
#define BOARD_NOSENSORRING              0
87
#define BOARD_PROXIMITYSENSOR           1
88
#define BOARD_DISTANCESENSOR_VL53L0X    2
89
#define BOARD_DISTANCESENSOR_VL53L1X    3
90

  
91
/*
92
 * Configuration macro to define which type of sensor ring is attached.
93
 */
94
#define BOARD_SENSORRING                  BOARD_PROXIMITYSENSOR
95

  
96
/*
84 97
 * IO pins assignments.
85 98
 */
86 99
#define GPIOA_WKUP                      0U

Also available in: Unified diff