Skip to content

Commit 2ba8b17

Browse files
FintasticManRiksu9000
authored andcommitted
linearapproximation: Move to src/utility
1 parent 9641fd7 commit 2ba8b17

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/battery/BatteryController.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "components/battery/BatteryController.h"
2-
#include "components/utility/LinearApproximation.h"
2+
#include "utility/LinearApproximation.h"
33
#include "drivers/PinMap.h"
44
#include <hal/nrf_gpio.h>
55
#include <nrfx_saadc.h>

src/components/utility/LinearApproximation.h renamed to src/utility/LinearApproximation.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
namespace Pinetime {
77
namespace Utility {
8-
98
// based on: https://github.com/SHristov92/LinearApproximation/blob/main/Linear.h
109
template <typename Key, typename Value, std::size_t Size>
1110
class LinearApproximation {

0 commit comments

Comments
 (0)