Compass Working

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Tap.h Source File

Tap.h

00001 #ifndef TAP_H
00002 #define TAP_H
00003 #include "mbed.h"
00004 
00005 
00006 float Tap();
00007 void Tap_init();
00008 
00009 #endif