Skip to content

Commit 77f3f1d

Browse files
oganigljorgesg82
authored andcommitted
run pre-commit
1 parent ec2bda8 commit 77f3f1d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
release: minor
2+
summary: Moved enum Direction to namespace ST-LIB, added more regex to cmake.

Inc/ST-LIB_LOW/Sensors/EncoderSensor/NewEncoderSensor.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
namespace ST_LIB {
1212
enum Direction : uint8_t { FORWARD = 0, BACKWARDS = 1 };
1313
template <typename EncoderType, size_t SAMPLES> struct EncoderSensor {
14-
1514

1615
private:
1716
constexpr static size_t WINDOW_SIZE{(SAMPLES / 2) * 2};

0 commit comments

Comments
 (0)