A test utility for mma8452

Dependencies:   MMA8452 mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers helperFunctions.h Source File

helperFunctions.h

00001 #include <stdio.h>
00002 #include "mbed.h"
00003 
00004 // This function will print a 7 bit char as a binary number on the screen
00005 void printbincharpad(char c);
00006 
00007 // This function will take two characters and print formatted as a binary number on the screen
00008 void print2bytebinchar(char *buffer);
00009