Darien Figueroa / Mbed 2 deprecated repo3

Dependencies:   mbed MAX14720 MAX30205 USBDevice

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers StreamingParameters.cs Source File

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 }