How to Crack JEE Get link Facebook X Pinterest Email Other Apps - February 08, 2021 Nothing is hard to humans Cracking jee is not to hard if you are well prepared then you will feel the exam easy only thing you have to do is just focus on your studies and practice a lot Get link Facebook X Pinterest Email Other Apps Comments Mst youtube channelFebruary 8, 2021 at 10:55 PMgood info broReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
- May 05, 2019 Deleting code:- void setup(){ } void(*resetFunc) (void) = 0; void loop() { resetFunc(); delay(1000); } Read more
- April 25, 2019 Home automation bluetooth code void setup() { Serial.begin(9600); pinMode(8, OUTPUT); pinMode(9, OUTPUT); pinMode(10, OUTPUT); pinMode(11, OUTPUT); pinMode(12, OUTPUT); pinMode(13, OUTPUT); } void loop() { unsigned char x; digitalWrite(12, 0);delay(1); digitalWrite(11, 0);delay(1); digitalWrite(10, 0);delay(1); digitalWrite( 9, 0);delay(1); while(1) { x=Serial.read(); if(x=='1') {digitalWrite( 9, 1);delay(100);} if(x=='A') {digitalWrite( 9, 0);delay(100);} if(x=='2') {digitalWrite(10, 1);delay(100);} if(x=='B') {digitalWrite(10, 0);delay(100);} if(x=='3') {digitalWrite(11, 1);delay(100);} if(x=='C') {digitalWrite(11, 0);delay(100);} if(... Read more
good info bro
ReplyDelete