Lab 3
4. Notice that the main() function already turns off the watchdog timer.
Although this is not required, you can replace this “register-based” code with the DriverLib
function. Either way works fine. If you want to use DriverLib, please reference your
Worksheet answer #3 (on page 3-21).
5. Add required header files.
Add the #include header required by MSP430ware DriverLib. (See Worksheet question #2).
Hint: The default main.c created by the new project wizard already has #included
<msp430.h>. You can replace this with the DriverLib #include. It’s OK to have both of
them, but the DriverLib header file already references msp430.h.
???
6. Do you see question marks next to #include statement? What does this mean?
_________________________________________________________________________
MSP430 Workshop - Using GPIO with MSP430ware 3 - 23