A test utility for mma8452

Dependencies:   MMA8452 mbed

helperFunctions.h

Committer:
nherriot
Date:
2013-10-17
Revision:
7:2fa57cf76768
Parent:
4:489573e65d47

File content as of revision 7:2fa57cf76768:

#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);