Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Input DevicePin
PowerPC0
Gas PedalPC1
Direction SelectorPC2 - PC3
Cruise ControlPC4
Cruise Control IncreasePC5
Cruise Control DecreasePC6
Turn SignalPB7 - PB8
Hazard Light SwitchPB9
Hazard LightPC10

Handling

...

Inputs

The driver control inputs will be connected to onboard GPIOs. As we are only concerned with handling each input as they are triggered, most of the inputs will be set to be handled through the use of a common ISR (for the prototype, we will collect information on the gas pedal through polling).

...