Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 500 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 500 Bytes

GPIO-TM4C123G

GPIO management library for Tiva-C Series TM4C123G


Status in development

Before use this library, remember to include the Tiva TM4C123g header file at top of your code.

This library manages the GPIO pins of the board.

Functionalities

  • Enable and disable ports and pins
  • Read and write values to pins
  • Enable and disable interruptions (needs implement your function and add it to startup file)

made by: igorgcustodio