Skip to content

Instantly share code, notes, and snippets.

@RickKimball
RickKimball / FR_EXP.c
Created July 1, 2011 04:08
MSP-EXP430FR5739 - Demo program modified for msp430-gcc uniarch
/*******************************************************************************
*
* FR_EXP.c
* User Experience Code for the MSP-EXP430FR5739
* C Functions File
*
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
*
*
* Redistribution and use in source and binary forms, with or without
@nicholasjconn
nicholasjconn / gist:753207
Created December 23, 2010 16:26
NJS's MSP430 LaunchPad Oscilloscope
/******************************************************************************
* NJS's MSP430 LaunchPad Oscilloscope
*
* Description: This code turns the launchpad into a simple (slow)
* oscilloscope using a bi-directional software UART.
* The MCU will accept ascii commands from the computer
* for single measurment of a channel (internal and
* external) and also continous measuring of external
* channels.
*