mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Refactor: Rename Sequre bsp (#1927)
* Rename Sequre BSP Folder * Update Makefile
This commit is contained in:
11
source/Core/BSP/Sequre/ThermoModel.cpp
Normal file
11
source/Core/BSP/Sequre/ThermoModel.cpp
Normal 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; }
|
||||
Reference in New Issue
Block a user