Skip to content

Instantly share code, notes, and snippets.

View jpwright's full-sized avatar

Jason Wright jpwright

View GitHub Profile
@jpwright
jpwright / csstwitterbutton.html
Created April 8, 2012 20:52
CSS Twitter Button
<!-- This mimics the official tweet buttons that Twitter provides, without using JavaScript. This is useful for certain web applications, and for emails. See https://twitter.com/about/resources/buttons -->
<style type="text/css">
.tweetbutton {
inherit: none;
height: 16px;
display: inline-block;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
@jpwright
jpwright / lab5.c
Created May 7, 2012 21:55
MSP430 IR Detection
#include "msp430x22x4.h"
/*
Main program: entry point
*/
void delay (void)
{
int i;
i = 30000; // SW Delay