Skip to content

Fatihnalbant/ADC_Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADC_Example

    Start the ADC peripheral using HAL_ADC_Start() 
    
    Wait for end of conversion using HAL_ADC_PollForConversion(), at this stage user can specify the value of timeout according to his end application   
    
    To read the ADC converted values, use the HAL_ADC_GetValue() function.
    
    Stop the ADC peripheral using HAL_ADC_Stop()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages