onewire_master: use pin also available on dongle

This commit is contained in:
King Kévin 2020-03-09 13:06:14 +01:00
parent 35ffb5586c
commit c35af16137
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
* @note external pull-up resistor on pin is required (< 5 kOhm)
* @{
*/
#define ONEWIRE_MASTER_PIN PC9 /**< GPIO pin */
#define ONEWIRE_MASTER_PIN PB10 /**< GPIO pin */
/** @} */
/** @defgroup onewire_master_timer timer used to measure 1-wire signal timing