Ignore:
Timestamp:
Sep 7, 2025, 3:51:43 PM (7 weeks ago)
Author:
f.jahn
Message:

RTC implementiert

File:
1 edited

Legend:

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

    r24 r25  
    5858
    5959/* Private defines -----------------------------------------------------------*/
    60 #define AUX_ENABLE_Pin GPIO_PIN_13
    61 #define AUX_ENABLE_GPIO_Port GPIOC
     60#define AUX_EN_Pin GPIO_PIN_13
     61#define AUX_EN_GPIO_Port GPIOC
    6262#define ADC_START_CONV_Pin GPIO_PIN_0
    6363#define ADC_START_CONV_GPIO_Port GPIOC
    6464#define ADC_RESET_Pin GPIO_PIN_1
    6565#define ADC_RESET_GPIO_Port GPIOC
    66 #define LED_FUNC_Pin GPIO_PIN_4
    67 #define LED_FUNC_GPIO_Port GPIOA
     66#define LED_FUNCTION_Pin GPIO_PIN_4
     67#define LED_FUNCTION_GPIO_Port GPIOA
    6868#define LED_ERROR_Pin GPIO_PIN_5
    6969#define LED_ERROR_GPIO_Port GPIOA
     
    9494#define ADC_DATA_READY_Pin GPIO_PIN_2
    9595#define ADC_DATA_READY_GPIO_Port GPIOD
     96#define ADC_DATA_READY_EXTI_IRQn EXTI2_IRQn
    9697#define FAULT_Pin GPIO_PIN_7
    9798#define FAULT_GPIO_Port GPIOB
Note: See TracChangeset for help on using the changeset viewer.