CSCI 373 — 29 January 2018

Transistors

Voltage regulator

Just do what the datasheet says.

Motor control

There are lots of confusing solutions out there.

Arduino I/O

If you have used the Arudino before, you can take a break. Otherwise, let’s take a quite look at the Arduino reference.

  • setup()
  • loop()
  • pinMode()
  • digitalRead()
  • digitalWrite()
  • analogRead()
  • analogWrite()
  • delay()
  • delayMicroseconds()
  • millis()
  • micros()
  • Serial
  • Port registers