Ch 3 Flashcards

(4 cards)

1
Q

In C code, what is the term for the endless loop where a microcontrollers main operations reside?

A

Event loop, while(1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What register determines if a pin is configured as an input or an output?

A

DDRx(Date Direction Register)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which register sets the pins logic level(VCC or GND) when the pin is configured for output?

A

Portx(Port Data Register)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In POV circuits, what electronic component acts as an automatic electrical switch to manage the LED ground during flashing?

A

MOSFET

How well did you know this?
1
Not at all
2
3
4
5
Perfectly