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.
TouchSense.cpp@0:fefcd43a3608, 2015-01-22 (annotated)
- Committer:
- BuntarouShizuki
- Date:
- Thu Jan 22 08:48:09 2015 +0000
- Revision:
- 0:fefcd43a3608
hello
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| BuntarouShizuki | 0:fefcd43a3608 | 1 | #include "TouchSense.h" |
| BuntarouShizuki | 0:fefcd43a3608 | 2 | |
| BuntarouShizuki | 0:fefcd43a3608 | 3 | void TouchSense::threadStarter(void const *p) { |
| BuntarouShizuki | 0:fefcd43a3608 | 4 | TouchSense *instance = (TouchSense *)p; |
| BuntarouShizuki | 0:fefcd43a3608 | 5 | instance->loop(); |
| BuntarouShizuki | 0:fefcd43a3608 | 6 | } |