Skip to content

Commit

Permalink
Merge pull request #10 from FrankMarkwort/master
Browse files Browse the repository at this point in the history
master to dev
  • Loading branch information
FrankMarkwort committed Sep 18, 2024
2 parents 929f2b6 + 04e087e commit 6bb928d
Show file tree
Hide file tree
Showing 33 changed files with 221 additions and 935 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"ext-memcached": "*",
"ext-bcmath": "*",
"ext-sockets": "*",
"ext-pdo": "*"
"ext-pdo": "*",
"poseidon2/math": "^1.0"
}
}
52 changes: 49 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

121 changes: 0 additions & 121 deletions src/Core/Math/AbstractAngleRad.php

This file was deleted.

10 changes: 0 additions & 10 deletions src/Core/Math/EnumRange.php

This file was deleted.

24 changes: 0 additions & 24 deletions src/Core/Math/Skalar/Rad.php

This file was deleted.

10 changes: 0 additions & 10 deletions src/Core/Math/Vector/Operator.php

This file was deleted.

71 changes: 0 additions & 71 deletions src/Core/Math/Vector/PolarVector.php

This file was deleted.

63 changes: 0 additions & 63 deletions src/Core/Math/Vector/PolarVectorOperation.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Core/Parser/Decode/DecodeNmea2000.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

use Exception;
use Core\Parser\ParserException;
use Core\Parser\Lib\BinDec;
use Math\Bin\BinDec;

class DecodeNmea2000 implements DecoderInterface
{
Expand Down
Loading

0 comments on commit 6bb928d

Please sign in to comment.