How to config git
git config --global user.name "Your Name"
git config --global user.email yourmail@domain.tldIt's recommended to verify that the your Git installation is not performing any transformation between LFs and CRLFs.
git config --global core.autocrlf falsegit config list --show-originHow to commit updates
cd LAB11
git status
git add .
git commit -m "My message for this commit!"
git push
git logGenerate code with EXTI0, ADC1, PWM and DMA
LoadMX TIM2EXTI0ADC1PWMDMA TIM2EXTI0ADC1PWMDMA.txt YLoadMX TIM2EXTI0ADC1PWMDMAI2C TIM2EXTI0ADC1PWMDMAI2C.txt