ecetinturk / msp430-examples

Examples for MSP430F5438 compiled with Code Composer Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSP430F5438A Examples

Examples for MSP430F5438A compiled with Code Composer Studio.

Project Name Proejct Description
00_BlinkLED Blink onboard Orange LED
01_BlinkLEDwCycle Blink onboard Orange LED with Delay Cycle
02_LEDOnOffwSwitch Toggling the LED with the help of switch
03_LEDSwitchInterrupt Toggling the LED with the help of switch w/interrupt
04_LEDOnOffwSwitchPolling Toggling the LED with the help of switch w/polling
05_LEDOnOffwISR Toggling the LED with the help ISR
06_LEDOnOffwISR(Register) Toggling the LED with the help ISR
07_LEDOnOffw2Switches Toggling the LED with the help of two switches
08_LEDOnOffwCounter Turning the LED on and off with the help of two switches
09_LEDOnOffnChangingBlinkFreqofLED Increasing and decreasing the toggling frequency of the LED with the help of two switches and turning the LED on and off with the help of the second switch.
10_Accelerometer Converting the data obtained from the ADXL322 module on the microcontroller into voltage and gravity values.

About

Examples for MSP430F5438 compiled with Code Composer Studio


Languages

Language:C 100.0%