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.
|
: 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. |
: Header for main.c file. This file contains the common defines of the application.
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.
void Error_Handler | ( | void | ) |
This function is executed in case of error occurrence.
None |