Skip to content

Commit 1210802

Browse files
committed
Repo change
1 parent 6c9769b commit 1210802

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name=ReefwingFilter
22
version=2.0.0
33
author=David Such <dsuch@reefwing.com.au>
44
maintainer=David Such <dsuch@reefwing.com.au>
5-
sentence=A collection of filters & noise generators used in the Magpie Flight Controller.
5+
sentence=A collection of filters & noise generators used in the Reefwing Flight Controller.
66
paragraph=Includes Simple Moving Average, Exponential Moving Average, Complementary & Simple Kalman Filters.
77
category=Data Processing
8-
url=https://bitbucket.org/David_Such/Reefwing_filter/src/main/
8+
url=https://github.com/Reefwing-Software/Reefwing-Filter.git
99
architectures=*
1010
includes=ReefwingFilter.h

src/ReefwingFilter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/******************************************************************
22
@file ReefwingFilter.cpp
3-
@brief A collection of filters used in the Magpie Flight Controller.
3+
@brief A collection of filters used in the Reefwing Flight Controller.
44
@author David Such
55
@copyright Please see the accompanying LICENSE.txt file.
66

src/ReefwingFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/******************************************************************
22
@file ReefwingFilter.h
3-
@brief A collection of filters used in the Magpie Flight Controller.
3+
@brief A collection of filters used in the Reefwing Flight Controller.
44
@author David Such
55
@copyright Please see the accompanying LICENSE.txt file.
66

0 commit comments

Comments
 (0)