Skip to content

Instantly share code, notes, and snippets.

@CeruleanSky
CeruleanSky / gist:a47706a58e47106b9c02b3faf9bf7219
Created December 8, 2018 00:46 — forked from nicholasjconn/gist:753207
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.
*