This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/****************************************************************************** | |
* 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! |