Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
helperFunctions.h
- Committer:
- nherriot
- Date:
- 2013-10-16
- Revision:
- 4:489573e65d47
File content as of revision 4:489573e65d47:
#include <stdio.h>
#include "mbed.h"
// This function will print a 7 bit char as a binary number on the screen
void printbincharpad(char c);
// This function will take two characters and print formatted as a binary number on the screen
void print2bytebinchar(char *buffer);
