Converted all the other float usage to int.
This commit is contained in:
parent
e2d1f81915
commit
271ca78be5
4 changed files with 8 additions and 8 deletions
|
|
@ -7,7 +7,7 @@
|
|||
namespace Pinetime {
|
||||
namespace Controllers {
|
||||
// A simple circular buffer that can be used to average
|
||||
// out sensor values
|
||||
// out the sensor values
|
||||
template <int N>
|
||||
class CircBuffer {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue