logo

Crowdly

До виводу Pin1 підключений вхід осцилографа. Як буде виглядати осцилограма під ч...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

До виводу Pin1 підключений вхід осцилографа. Як буде виглядати осцилограма під час виконання наведеної програми?

void main(void){

uint8 x;

x = 5;

for(;;){

if  ((x & 4) ==0) Pin1_Write(0); else Pin1_Write(1);

x++;  CyDelay(10);

}

}

More questions like this

Want instant access to all verified answers on vns.lpnu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!