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
### Flutter Generated | |
# Miscellaneous | |
*.class | |
*.lock | |
*.log | |
*.pyc | |
*.swp | |
.DS_Store | |
.atom/ |
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
#define trigPin 6 | |
#define echoPin 7 | |
int Yesil_Led = 4; | |
int Kirmizi_Led = 2; | |
int Buzzer = 4; | |
int Buton = 12; | |
int Reset_Butonu = 13; | |
int Buton_deger = 0; | |
int Reset_deger = 0; | |
int a = 0; |