onewire_master: set project specific config

This commit is contained in:
King Kévin 2020-12-07 19:05:48 +01:00
parent b9b9eea2a0
commit 4ade159586
1 changed files with 2 additions and 2 deletions

View File

@ -29,13 +29,13 @@
* @note external pull-up resistor on pin is required (< 5 kOhm)
* @{
*/
#define ONEWIRE_MASTER_PIN PC9 /**< GPIO pin */
#define ONEWIRE_MASTER_PIN PB8 /**< GPIO pin */
/** @} */
/** @defgroup onewire_master_timer timer used to measure 1-wire signal timing
* @{
*/
#define ONEWIRE_MASTER_TIMER 5 /**< timer ID */
#define ONEWIRE_MASTER_TIMER 3 /**< timer ID */
/** @} */
/** set if the timer ISR should be set in the interrupt table instead of the vector table