Skip to content

Instantly share code, notes, and snippets.

View walbon's full-sized avatar
💭
I may be slow to respond.

Gustavo Walbon walbon

💭
I may be slow to respond.
View GitHub Profile
@walbon
walbon / printf.c
Created June 13, 2012 14:25 — forked from nicholasjconn/printf.c
A printf() function for the MSP430
/******************************************************************************
* Reusable MSP430 printf()
*
* Description: This printf function was written by oPossum and originally
* posted on the 43oh.com forums. For more information on this
* code, please see the link below.
*
* http://www.43oh.com/forum/viewtopic.php?f=10&t=1732
*
* A big thanks to oPossum for sharing such great code!