|
STM32N6 NPU Deployment — Politecnico di Milano
1.0
Documentation for Neural Network Deployment on STM32N6 NPU - Politecnico di Milano 2024-2025
|
#include "stm32n6xx_hal.h"#include "stm32_lcd.h"Go to the source code of this file.
Macros | |
| #define | CIRCLE_RADIUS 5 |
| #define | BINDING_WIDTH 3 |
| #define | COLOR_HEAD UTIL_LCD_COLOR_GREEN |
| #define | COLOR_ARMS UTIL_LCD_COLOR_BLUE |
| #define | COLOR_TRUNK UTIL_LCD_COLOR_MAGENTA |
| #define | COLOR_LEGS UTIL_LCD_COLOR_ORANGE |
| #define | COLOR_BOX UTIL_LCD_COLOR_RED |
Copyright (c) 2023 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.
Definition in file main.h.