Rename Sequre_S60 folder to Sequre

This commit is contained in:
jonasius
2024-06-06 20:27:08 +02:00
parent 31ff398150
commit 6e53d85b32
78 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
/*
* ThermoModel.cpp
*
* Created on: 1 May 2021
* Author: Ralim
*/
#include "TipThermoModel.h"
#include "Utils.h"
#include "configuration.h"
TemperatureType_t TipThermoModel::convertuVToDegC(uint32_t tipuVDelta) { return (tipuVDelta * 50) / 485; }