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.
Diff: Tap.h
- Revision:
- 5:8582a28cf944
diff -r 19878f73f3e3 -r 8582a28cf944 Tap.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Tap.h Thu Jan 17 06:04:45 2019 +0000 @@ -0,0 +1,9 @@ +#ifndef TAP_H +#define TAP_H +#include "mbed.h" +extern I2C tapI2C; +extern InterruptIn tapInterrupt; +void tapsHappened(void); +void tapsConfig(void); +int getSetting(int i); +#endif \ No newline at end of file
