Skip to content

Instantly share code, notes, and snippets.

View kisom's full-sized avatar

Kyle Isom kisom

View GitHub Profile

Notes from "Shut Up and Take My Money" by Josh Kaufman

Link: http://vimeo.com/71250239

Every business has five parts:

  1. Value creation
  2. Marketing - "here i am, this is what i do, here is why you should be interested"
  3. Sales - doing transactions
  4. Value delivery - what does it take to give what i've sold to the customer?
@chrismeyersfsu
chrismeyersfsu / msp430_spi.c
Created August 11, 2012 19:13
TI MSP430 Launchpad SPI
//******************************************************************************
// MSP430G2xx3 Demo - USCI_A0, SPI 3-Wire Slave Data Echo
//
// Description: SPI slave talks to SPI master using 3-wire mode. Data received
// from master is echoed back. USCI RX ISR is used to handle communication,
// CPU normally in LPM4. Prior to initial data exchange, master pulses
// slaves RST for complete reset.
// ACLK = n/a, MCLK = SMCLK = DCO ~1.2MHz
//
// Use with SPI Master Incremented Data code example. If the slave is in