Darien Figueroa / Mbed OS Final_Program

Dependencies:   USBDevice

Committer:
darienf
Date:
Sun May 02 23:09:04 2021 +0000
Revision:
5:bc128a16232f
Parent:
3:36de8b9e4b1a
This is the program that was last used, that has the working temperature and some comments

Who changed what in which revision?

UserRevisionLine numberNew contents of line
darienf 3:36de8b9e4b1a 1 <?xml version="1.0" encoding="utf-8"?>
darienf 3:36de8b9e4b1a 2 <root>
darienf 3:36de8b9e4b1a 3 <!--
darienf 3:36de8b9e4b1a 4 Microsoft ResX Schema
darienf 3:36de8b9e4b1a 5
darienf 3:36de8b9e4b1a 6 Version 2.0
darienf 3:36de8b9e4b1a 7
darienf 3:36de8b9e4b1a 8 The primary goals of this format is to allow a simple XML format
darienf 3:36de8b9e4b1a 9 that is mostly human readable. The generation and parsing of the
darienf 3:36de8b9e4b1a 10 various data types are done through the TypeConverter classes
darienf 3:36de8b9e4b1a 11 associated with the data types.
darienf 3:36de8b9e4b1a 12
darienf 3:36de8b9e4b1a 13 Example:
darienf 3:36de8b9e4b1a 14
darienf 3:36de8b9e4b1a 15 ... ado.net/XML headers & schema ...
darienf 3:36de8b9e4b1a 16 <resheader name="resmimetype">text/microsoft-resx</resheader>
darienf 3:36de8b9e4b1a 17 <resheader name="version">2.0</resheader>
darienf 3:36de8b9e4b1a 18 <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
darienf 3:36de8b9e4b1a 19 <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
darienf 3:36de8b9e4b1a 20 <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
darienf 3:36de8b9e4b1a 21 <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
darienf 3:36de8b9e4b1a 22 <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
darienf 3:36de8b9e4b1a 23 <value>[base64 mime encoded serialized .NET Framework object]</value>
darienf 3:36de8b9e4b1a 24 </data>
darienf 3:36de8b9e4b1a 25 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
darienf 3:36de8b9e4b1a 26 <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
darienf 3:36de8b9e4b1a 27 <comment>This is a comment</comment>
darienf 3:36de8b9e4b1a 28 </data>
darienf 3:36de8b9e4b1a 29
darienf 3:36de8b9e4b1a 30 There are any number of "resheader" rows that contain simple
darienf 3:36de8b9e4b1a 31 name/value pairs.
darienf 3:36de8b9e4b1a 32
darienf 3:36de8b9e4b1a 33 Each data row contains a name, and value. The row also contains a
darienf 3:36de8b9e4b1a 34 type or mimetype. Type corresponds to a .NET class that support
darienf 3:36de8b9e4b1a 35 text/value conversion through the TypeConverter architecture.
darienf 3:36de8b9e4b1a 36 Classes that don't support this are serialized and stored with the
darienf 3:36de8b9e4b1a 37 mimetype set.
darienf 3:36de8b9e4b1a 38
darienf 3:36de8b9e4b1a 39 The mimetype is used for serialized objects, and tells the
darienf 3:36de8b9e4b1a 40 ResXResourceReader how to depersist the object. This is currently not
darienf 3:36de8b9e4b1a 41 extensible. For a given mimetype the value must be set accordingly:
darienf 3:36de8b9e4b1a 42
darienf 3:36de8b9e4b1a 43 Note - application/x-microsoft.net.object.binary.base64 is the format
darienf 3:36de8b9e4b1a 44 that the ResXResourceWriter will generate, however the reader can
darienf 3:36de8b9e4b1a 45 read any of the formats listed below.
darienf 3:36de8b9e4b1a 46
darienf 3:36de8b9e4b1a 47 mimetype: application/x-microsoft.net.object.binary.base64
darienf 3:36de8b9e4b1a 48 value : The object must be serialized with
darienf 3:36de8b9e4b1a 49 : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
darienf 3:36de8b9e4b1a 50 : and then encoded with base64 encoding.
darienf 3:36de8b9e4b1a 51
darienf 3:36de8b9e4b1a 52 mimetype: application/x-microsoft.net.object.soap.base64
darienf 3:36de8b9e4b1a 53 value : The object must be serialized with
darienf 3:36de8b9e4b1a 54 : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
darienf 3:36de8b9e4b1a 55 : and then encoded with base64 encoding.
darienf 3:36de8b9e4b1a 56
darienf 3:36de8b9e4b1a 57 mimetype: application/x-microsoft.net.object.bytearray.base64
darienf 3:36de8b9e4b1a 58 value : The object must be serialized into a byte array
darienf 3:36de8b9e4b1a 59 : using a System.ComponentModel.TypeConverter
darienf 3:36de8b9e4b1a 60 : and then encoded with base64 encoding.
darienf 3:36de8b9e4b1a 61 -->
darienf 3:36de8b9e4b1a 62 <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
darienf 3:36de8b9e4b1a 63 <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
darienf 3:36de8b9e4b1a 64 <xsd:element name="root" msdata:IsDataSet="true">
darienf 3:36de8b9e4b1a 65 <xsd:complexType>
darienf 3:36de8b9e4b1a 66 <xsd:choice maxOccurs="unbounded">
darienf 3:36de8b9e4b1a 67 <xsd:element name="metadata">
darienf 3:36de8b9e4b1a 68 <xsd:complexType>
darienf 3:36de8b9e4b1a 69 <xsd:sequence>
darienf 3:36de8b9e4b1a 70 <xsd:element name="value" type="xsd:string" minOccurs="0" />
darienf 3:36de8b9e4b1a 71 </xsd:sequence>
darienf 3:36de8b9e4b1a 72 <xsd:attribute name="name" use="required" type="xsd:string" />
darienf 3:36de8b9e4b1a 73 <xsd:attribute name="type" type="xsd:string" />
darienf 3:36de8b9e4b1a 74 <xsd:attribute name="mimetype" type="xsd:string" />
darienf 3:36de8b9e4b1a 75 <xsd:attribute ref="xml:space" />
darienf 3:36de8b9e4b1a 76 </xsd:complexType>
darienf 3:36de8b9e4b1a 77 </xsd:element>
darienf 3:36de8b9e4b1a 78 <xsd:element name="assembly">
darienf 3:36de8b9e4b1a 79 <xsd:complexType>
darienf 3:36de8b9e4b1a 80 <xsd:attribute name="alias" type="xsd:string" />
darienf 3:36de8b9e4b1a 81 <xsd:attribute name="name" type="xsd:string" />
darienf 3:36de8b9e4b1a 82 </xsd:complexType>
darienf 3:36de8b9e4b1a 83 </xsd:element>
darienf 3:36de8b9e4b1a 84 <xsd:element name="data">
darienf 3:36de8b9e4b1a 85 <xsd:complexType>
darienf 3:36de8b9e4b1a 86 <xsd:sequence>
darienf 3:36de8b9e4b1a 87 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
darienf 3:36de8b9e4b1a 88 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
darienf 3:36de8b9e4b1a 89 </xsd:sequence>
darienf 3:36de8b9e4b1a 90 <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
darienf 3:36de8b9e4b1a 91 <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
darienf 3:36de8b9e4b1a 92 <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
darienf 3:36de8b9e4b1a 93 <xsd:attribute ref="xml:space" />
darienf 3:36de8b9e4b1a 94 </xsd:complexType>
darienf 3:36de8b9e4b1a 95 </xsd:element>
darienf 3:36de8b9e4b1a 96 <xsd:element name="resheader">
darienf 3:36de8b9e4b1a 97 <xsd:complexType>
darienf 3:36de8b9e4b1a 98 <xsd:sequence>
darienf 3:36de8b9e4b1a 99 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
darienf 3:36de8b9e4b1a 100 </xsd:sequence>
darienf 3:36de8b9e4b1a 101 <xsd:attribute name="name" type="xsd:string" use="required" />
darienf 3:36de8b9e4b1a 102 </xsd:complexType>
darienf 3:36de8b9e4b1a 103 </xsd:element>
darienf 3:36de8b9e4b1a 104 </xsd:choice>
darienf 3:36de8b9e4b1a 105 </xsd:complexType>
darienf 3:36de8b9e4b1a 106 </xsd:element>
darienf 3:36de8b9e4b1a 107 </xsd:schema>
darienf 3:36de8b9e4b1a 108 <resheader name="resmimetype">
darienf 3:36de8b9e4b1a 109 <value>text/microsoft-resx</value>
darienf 3:36de8b9e4b1a 110 </resheader>
darienf 3:36de8b9e4b1a 111 <resheader name="version">
darienf 3:36de8b9e4b1a 112 <value>2.0</value>
darienf 3:36de8b9e4b1a 113 </resheader>
darienf 3:36de8b9e4b1a 114 <resheader name="reader">
darienf 3:36de8b9e4b1a 115 <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
darienf 3:36de8b9e4b1a 116 </resheader>
darienf 3:36de8b9e4b1a 117 <resheader name="writer">
darienf 3:36de8b9e4b1a 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
darienf 3:36de8b9e4b1a 119 </resheader>
darienf 3:36de8b9e4b1a 120 <metadata name="errorProvider1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
darienf 3:36de8b9e4b1a 121 <value>17, 17</value>
darienf 3:36de8b9e4b1a 122 </metadata>
darienf 3:36de8b9e4b1a 123 <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
darienf 3:36de8b9e4b1a 124 <value>46</value>
darienf 3:36de8b9e4b1a 125 </metadata>
darienf 3:36de8b9e4b1a 126 <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
darienf 3:36de8b9e4b1a 127 <value>135, 18</value>
darienf 3:36de8b9e4b1a 128 </metadata>
darienf 3:36de8b9e4b1a 129 </root>