Proyecto Final – Medición de Inclinación 0.0.1
Este proyecto utiliza la placa NUCLEO-STM32F446RE y permite detectar y visualizar en tiempo real la inclinación mediante el sensor MPU-6050.
Cargando...
Buscando...
Nada coincide
Referencia del archivo main.h

: Header for main.c file. This file contains the common defines of the application. Más...

#include "stm32f4xx_hal.h"
#include "cmsis_os.h"
#include "dev_i2cs_api.h"
#include "dev_i2cm.h"
#include "dev_usart.h"
#include "dev_gpio.h"
#include "sys_dbg_api.h"
#include "dev_uart.h"
#include "sys_sm.h"
#include <stdbool.h>

Ir al código fuente de este archivo.

Funciones

void Error_Handler (void)
 This function is executed in case of error occurrence.

Descripción detallada

: Header for main.c file. This file contains the common defines of the application.

Atención

Copyright (c) 2025 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Documentación de funciones

◆ Error_Handler()

void Error_Handler ( void )

This function is executed in case of error occurrence.

Valores devueltos
None