begin of main function

Dependencies:   mbed TextLCD

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 extern I2C tapI2C;
00005 extern InterruptIn tapInterrupt;
00006 void tapsHappened(void);
00007 void tapsConfig(void);
00008 int getSetting(int i);
00009 #endif