#include "stm32f7xx_hal.h"
#include "stm32746g_discovery.h"
#include "stm32746g_discovery_lcd.h"
#include "stm32746g_discovery_ts.h"
#include "stm32746g_discovery_audio.h"
#include "stm32746g_discovery_qspi.h"
#include "usbd_core.h"
#include "usbd_desc.h"
#include "usbd_msc.h"
#include "stm32_ub_adc3_single.h"
#include "FreqCounter.h"
#include "panvswr2.h"
Go to the source code of this file.
Functions | |
void | Sleep (uint32_t nms) |
Variables | |
int | BeepIsOn |
volatile uint32_t | secondsCounter |
This function handles SysTick Handler. More... | |
static uint8_t | second |
void Sleep | ( | uint32_t | nms | ) |
int BeepIsOn |
|
static |