led_tm1637: change pins for this specific project

This commit is contained in:
King Kévin 2020-02-19 20:51:27 +01:00
parent 596778dd20
commit 4ee0c0bbc6
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@
/** @defgroup led_tm1637_gpio GPIO used to communication with TM1637 IC
* @{
*/
#define LED_TM1637_CLK_PIN PB6 /**< pin for CLK signal */
#define LED_TM1637_DIO_PIN PB7 /**< pin for DIO signal */
#define LED_TM1637_CLK_PIN PB14 /**< pin for CLK signal */
#define LED_TM1637_DIO_PIN PB13 /**< pin for DIO signal */
/** @} */
/** @defgroup led_tm1637_timer timer used to communication with TM1637 IC