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
StreamingParameters.cs
00001 using System; 00002 using System.Collections.Generic; 00003 using System.Linq; 00004 using System.Text; 00005 00006 namespace HealthSensorPlatform 00007 { 00008 class StreamingParameters 00009 { 00010 // MAX30101 Parameters 00011 public int SampleRate; 00012 public int SampleAverage; 00013 public int PulseWidth; 00014 public int AdcFullScaleRange; 00015 public int RedCurrent; 00016 public int IrCurrent; 00017 public int Greencurrent; 00018 public int PilotPa; 00019 public int ProxIntThresh; 00020 public int LedSlot1; 00021 public int LedSlot2; 00022 public int LedSlot3; 00023 public int LedSlot4; 00024 // 00025 } 00026 }
Generated on Thu Jul 28 2022 18:07:16 by
1.7.2