/msp430-learning

Learning experiments with my Launchpad and the MSP430 value line

Primary LanguageC

This git repo contains my projects concerning the TI Launchpad, a development board for the MSP430G2xx line of microprocessors.

Build Instructions
------------------
These projects are built on a computer running OS X 10.7 using the msp430-gcc toolchain.  An OS X package containing a one-shot installer for the toolchain can be found at http://osx-launchpad.blogspot.com/.  A kernel extension to allow the Launchpad to be used on 10.7 is included in this repository. 

Project Listing
---------------

press-button:  My very first microcontroller program.  It toggles the green LED on the Launchpad when a pushbutton is pressed. *sniff* I'm so proud

pwm1:  Playin' With PWM.  The first foray into hardware PWM - the duty cycle is increased by steps when a button is pressed.

License
-------
All code in this repository is released under the MIT license unless otherwise noted in the project directory.  Copyright notices and links to licenses are contained in each source file.  The full text of the license is as follows:

Copyright (c) 2011-, Chris Sammis - http://csammisrun.net

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.