- Adopted from: https://stubby4j.com/docs/admin_portal.html
- Inspired by Swagger API docs style & structure: https://petstore.swagger.io/#/pet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "stm32f4xx.h" // Device header | |
#include "stdio.h" | |
#include "stdlib.h" | |
#include "time.h" | |
int skor,sayi=0,ceza,zaman=1000; | |
void TIM6_DAC_IRQHandler() | |
{ | |
TIM6->SR &= ~TIM_SR_UIF; | |
sayi=TIM6->CNT; |