Ignore:
Timestamp:
Sep 9, 2026, 3:57:36 PM (11 days ago)
Author:
f.jahn
Message:

Slave address can be now set up by a user button at the program start.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fw_g473rct/Core/Inc/main.h

    r76 r77  
    5858
    5959#define VREF                                                              3000
     60
     61#define BUZZER_ON                                                         GPIO_PIN_SET
     62#define BUZZER_OFF                                                        GPIO_PIN_RESET
     63
     64#define BTN_PRESSED                                                       GPIO_PIN_RESET
     65#define BTN_NOT_PRESSED                                           GPIO_PIN_SET
     66
    6067/* USER CODE END EC */
    6168
Note: See TracChangeset for help on using the changeset viewer.