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 MAX14720 MAX30205 USBDevice
Program.cs
00001 using System; 00002 using System.Collections.Generic; 00003 using System.Linq; 00004 using System.Threading.Tasks; 00005 using System.Windows.Forms; 00006 00007 namespace FileLogExample 00008 { 00009 static class Program 00010 { 00011 /// <summary> 00012 /// The main entry point for the application. 00013 /// </summary> 00014 [STAThread] 00015 static void Main() 00016 { 00017 Application.EnableVisualStyles(); 00018 Application.SetCompatibleTextRenderingDefault(false); 00019 Application.Run(new Form1()); 00020 } 00021 } 00022 }
Generated on Thu Jul 28 2022 18:07:15 by
1.7.2