资 源 简 介
Programming the MSP430-Launchpad Code Repository
Introduction
This project holds all the code I have used and written in my programming the msp430-launchpad tutorials on YouTube. All the code is freely available and I encourage you to take maximum advantage of the available code.
Files
Makefile: used to compile the C code into the firmware executable using msp430-gcc.
lecture\_1.c: C code explained in the first lecture, where the red LED at pin P1.0 is turned on.