A few years ago, I wrote the attached micro-controller code based on the sample code available at that time. I have since deleted most of the work space and moved onto a new computer, but I am now trying to make some modifications to the code and without the header files I used back then, I can't build the project. Where can I obtain these header files?
#include "lpc8xx_spi.h"
#include "lpc8xx_mrt.h"
#include "lpc8xx_clkconfig.h"
#include "lpc8xx_wdt.h"
Thanks!