Refactor: Rename Sequre bsp (#1927)

* Rename Sequre BSP Folder

* Update Makefile
This commit is contained in:
Ben V. Brown
2024-06-08 17:53:19 +10:00
committed by GitHub
parent e925037988
commit 2a4e1cd8ab
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; }