I installed the Tivaware libraries and found that the driverlib has many headers but not the Buttons.h for obvious reasons.
Now this driverlib.lib is used in the Launchpad projects and does not support the Buttons.h functions.
is there any way i can include the same in my library.
I copied the files from the Examples directory to the driver directory, and built the project.
the project is successfully built with some warnings but the .lib file is not updated. How do we build a .lib file in CCS.
Linking to this lib file shows "unresolved symbols" error when built in CCS, that means the symbols are not updated into the driverlib.lib
PS: as recommended i am using a link of this library in all my projects, thus updating the library will be directly reflected into all the projects.