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.
lib.h
00001 /* This defines will be replaced by PinNames soon */ 00002 #if defined (TARGET_KL25Z) || defined (TARGET_KL46Z) 00003 #define ELEC0 9 00004 #define ELEC1 10 00005 #elif defined (TARGET_KL05Z) 00006 #define ELEC0 9 00007 #define ELEC1 8 00008 #else 00009 #error TARGET NOT DEFINED 00010 #endif 00011 00012 TSIAnalogSlider tsi(ELEC0, ELEC1, 40); 00013 float lire_slider() 00014 { 00015 return (tsi.readPercentage()); 00016 }
Generated on Fri Jul 29 2022 23:57:30 by
