• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/27

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

27 Cards in this Set

  • Front
  • Back
What gets passed into SendStringUART?
unsigned char *data
What gets passed into SendByteUART?
unsigned char data
What register do you pull data from for the GetByteUART function?
UDR1
What do the DDRs do?
Set the direction of the data. 0 is for input, 1 is for output.
What does clearArray do?
Clears the LED array.
PORT A?
Buttons and switches.
PORT B?
Color
PORT C?
LED Array Row
PORTD?
Serial control
PortE?
LED Array column
Port F?
Accelerometer
UBBR1H?
Most significant bits of the Baud Rate.
UBBR1L
Least significant bits of the Baud Rate.
What is the Baud Rate?
Speed of transmission (bytes per second)
What is the TXEn bit of the UCSRB register do?
Enables transmission
Where do you set the frame format?
UCSR1C
How many bits is Timer0?
8
How do you test if y is less than the string "a"?
if(y < 'a')
How do you set a binary as a character?
``
Tick marks
What are important registers for setting up the timer?
TCCR0A, TCCR0B, and OCR0B
What is the TIFR0?
Timer Interrupt Flag Register
What is the OCR0A?
Output Compare Register A
What is the OCF0A?
Output Compare Flag
What is the TCCR0A?
Timer/Counter Control Register
Which register stores the initial count value when initializing timer0?
OCR0A
What register sets the Clock Frequency?
TCCR0B
What are the CS02:0 bits and where are they located?
Clock Select (CS02:0) bits located in the Timer/Counter Control Register (TCCR0B)