Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 196 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 196 Bytes

GPIO_Driver

  • Contains driver files for GPIO pins including LED (LD2) and push button
  • Interrupt is triggered upon button being pressed, and the interrupt handler toggles the LED

SPI_Driver