STM32 Maze Solver v1.0
Proyecto de robot autónomo que resuelve un laberinto mediante un algoritmo de llenado (*Flood Fill*), desarrollado sobre STM32.
|
: Main program body Más...
Funciones | |
void | SystemClock_Config (void) |
System Clock Configuration. | |
void | MX_USB_HOST_Process (void) |
int | main (void) |
The application entry point. | |
void | Error_Handler (void) |
This function is executed in case of error occurrence. |
Variables | |
ADC_HandleTypeDef | hadc1 |
DMA_HandleTypeDef | hdma_adc1 |
I2C_HandleTypeDef | hi2c1 |
I2S_HandleTypeDef | hi2s3 |
SPI_HandleTypeDef | hspi1 |
TIM_HandleTypeDef | htim3 |
: Main program body
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 |
int main | ( | void | ) |
The application entry point.
int |
void MX_USB_HOST_Process | ( | void | ) |
void SystemClock_Config | ( | void | ) |
System Clock Configuration.
None |
Configure the main internal regulator output voltage
Initializes the RCC Oscillators according to the specified parameters in the RCC_OscInitTypeDef structure.
Initializes the CPU, AHB and APB buses clocks
ADC_HandleTypeDef hadc1 |
DMA_HandleTypeDef hdma_adc1 |
I2C_HandleTypeDef hi2c1 |
I2S_HandleTypeDef hi2s3 |
SPI_HandleTypeDef hspi1 |
TIM_HandleTypeDef htim3 |