ST-LAB/Core/MyInc/myADC.h
2026-01-08 14:52:33 +01:00

10 lines
125 B
C

#pragma once
#include "main.h"
/**
* @brief Funzione per la calibrazione dell'ADC
*
*/
void myADC3_calibration(void);