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.
TS_porting.h
00001 /* 00002 * Mbed implementation but teory is it can be used also on another platform, I hope. 00003 */ 00004 00005 #ifndef TS_PORTING_H 00006 #define TS_PORTING_H 00007 00008 #include "mbed.h" 00009 00010 class TouchScreenPort{ 00011 protected: 00012 int getADCvalue(int pin); 00013 void setDigitalPin(int pin, int dir, int value); 00014 }; 00015 #endif
Generated on Sun Jul 31 2022 14:09:12 by
1.7.2