Skip to content

Instantly share code, notes, and snippets.

View mustafaabdullahk's full-sized avatar
🎯
Focusing

Mustafa Abdullah K mustafaabdullahk

🎯
Focusing
View GitHub Profile
@mustafaabdullahk
mustafaabdullahk / beautiful.rest.api.docs.in.markdown.md
Created December 12, 2023 13:40 — forked from azagniotov/beautiful.rest.api.docs.in.markdown.md
Example to create beautiful REST API docs in Markdown, inspired by Swagger API docs.
@mustafaabdullahk
mustafaabdullahk / yocto-shared-lib-dependencies
Last active October 11, 2022 13:20
recursively calculate shared library dependencies and secondary libs then generate.inspired -> cawka/android-shared-lib-dependencies.sh
# Color defines
RED='\033[0;31m'
NC='\033[0m' # No Color
# Regular Colors
Black='\033[0;30m' # Black
Red='\033[0;31m' # Red
Green='\033[0;32m' # Green
Yellow='\033[0;33m' # Yellow
Blue='\033[0;34m' # Blue
#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;