Commit Graph

15 Commits

Author SHA1 Message Date
William Miceli f1cc0f7347 Replaced the "msp430x54xa.h" include with the "msp430.h" include, as the previous was found to be designated as "Legacy" and not recommended for new projects by TI 2021-06-11 12:38:28 -04:00
William Miceli b9fff39940 Fixed LED comments 2021-06-06 17:26:24 -04:00
William Miceli 1c47502d2b Removed include option for DriverLib, as we are basically not allowed to use it. 2021-06-04 15:36:56 -04:00
William Miceli b5fc460e46 Fixed #include directives and comments to be used in a more standardized way (that I could find online) 2021-05-31 17:36:08 -04:00
William Miceli ca5c5a5ae9 Minor fix to comments 2021-05-31 15:48:27 -04:00
William Miceli d18a1582c6 Hopefully Sunseeker will track changes in Git? Maybe? 2021-05-31 15:46:34 -04:00
William Miceli 565b0a7e6f Removed driverlib.h from main.c since it was not needed 2021-05-29 16:33:39 -04:00
William Miceli 77ff6b739d CCS auto-generated files 2021-05-25 14:49:54 -04:00
William Miceli 86fc384f0c Added variable declaration 2021-05-25 14:49:00 -04:00
William Miceli 82a5c368c0 Added more significant delay so that the LEDs being toggled are visible 2021-05-25 14:23:15 -04:00
William Miceli c8a8f6b528 Added driverlib.h location to includes search path 2021-05-25 14:22:51 -04:00
William Miceli a579c62733 Added #include "driverlib.h" 2021-05-21 13:45:29 -04:00
William Miceli b8a5f8b8a5 Fixed issue where green LED was only occasionally off, should have been the opposite 2021-05-18 13:04:47 -04:00
William Miceli 02d9ac3003 I believe the Debug_BlinkyLED-Advanced is now complete; need to test now 2021-05-18 12:57:24 -04:00
William Miceli 54b7fdd2c5 Instead of just adding interrupt functionality, other setup steps will be implemented like IO initialization 2021-05-16 20:38:18 -04:00