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.
Dependencies: mbed TRP105F_Spline
main.cpp
00001 #include "mbed.h" 00002 #include "TRP105F_Spline.h" 00003 00004 DigitalOut myled(LED1); 00005 TRP105FS sensor(3,AsDEBUG); 00006 00007 00008 int main() { 00009 00010 sensor.calibrateSensor(); 00011 sensor.saveSetting("sav.log"); 00012 00013 while(1) { 00014 myled = 1; 00015 wait(0.2); 00016 myled = 0; 00017 wait(0.2); 00018 } 00019 }
Generated on Fri Jul 22 2022 05:28:48 by
1.7.2