Automatic Cronjob Checkin: 20160724-181008
This commit is contained in:
parent
50d5098b13
commit
f5b213fe35
Binary file not shown.
@ -105,7 +105,9 @@
|
|||||||
</Compile>
|
</Compile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="App.config" />
|
<None Include="App.config">
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -439,7 +439,7 @@
|
|||||||
:101B600090950895DC01FC01672F71917723E1F7CF
|
:101B600090950895DC01FC01672F71917723E1F7CF
|
||||||
:101B7000329704C07C916D9370836291AE17BF075A
|
:101B7000329704C07C916D9370836291AE17BF075A
|
||||||
:081B8000C8F30895F894FFCFAB
|
:081B8000C8F30895F894FFCFAB
|
||||||
:101B88001F00FC01C80080011F00F801C800800187
|
:101B88001F00FC017D0071011F00F8017D0071013B
|
||||||
:101B9800000000000000000000000000000000003D
|
:101B9800000000000000000000000000000000003D
|
||||||
:101BA800000000000000000000000000000000002D
|
:101BA800000000000000000000000000000000002D
|
||||||
:101BB8002323232320426567696E20426F6F747563
|
:101BB8002323232320426567696E20426F6F747563
|
||||||
|
@ -440,7 +440,7 @@ S1131B50EF90FF900F911F91CF91DF91992787FD0F
|
|||||||
S1131B6090950895DC01FC01672F71917723E1F7CB
|
S1131B6090950895DC01FC01672F71917723E1F7CB
|
||||||
S1131B70329704C07C916D9370836291AE17BF0756
|
S1131B70329704C07C916D9370836291AE17BF0756
|
||||||
S10B1B80C8F30895F894FFCFA7
|
S10B1B80C8F30895F894FFCFA7
|
||||||
S1131B881F00FC01C80080011F00F801C800800183
|
S1131B881F00FC017D0071011F00F8017D00710137
|
||||||
S1131B980000000000000000000000000000000039
|
S1131B980000000000000000000000000000000039
|
||||||
S1131BA80000000000000000000000000000000029
|
S1131BA80000000000000000000000000000000029
|
||||||
S1131BB82323232320426567696E20426F6F74755F
|
S1131BB82323232320426567696E20426F6F74755F
|
||||||
|
@ -51,8 +51,8 @@ class Adc {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
const uint16_t table[6][4] = {
|
const uint16_t table[6][4] = {
|
||||||
{31, 508, 200, 384}, //ADC-Wert=508 @ 31°C, 384 @ 200°C
|
{31, 508, 125, 369}, //ADC-Wert=508 @ 31°C, 384 @ 200°C
|
||||||
{31, 504, 200, 384}, //ADC-Wert=504 @ 31°C, 368 @ 200°C
|
{31, 504, 125, 369}, //ADC-Wert=504 @ 31°C, 368 @ 200°C
|
||||||
{0,0,0,0},
|
{0,0,0,0},
|
||||||
{0,0,0,0},
|
{0,0,0,0},
|
||||||
{0,0,0,0},
|
{0,0,0,0},
|
||||||
|
Loading…
Reference in New Issue
Block a user