Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Expand availability description
  • Loading branch information
m516 committed Jan 23, 2024
1 parent ba56984 commit 8fac2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ for doing math on small matrices with less than 2kb of
instruction memory and 1kb of RAM.

It is available as:
* a library in the Arduino Library Manager (Tiny Matrix Math)
* a CMake library (`TARGET_LINK_LIBRARIES (${EXECUTABLE_NAME} tinymatrixmath)`)
* a library in the [Arduino Library Manager](https://www.arduino.cc/reference/en/libraries/tinymatrixmath/) and the [PlatformIO registry](https://registry.platformio.org/libraries/m516/TinyMatrixMath)
* a CMake library (`TARGET_LINK_LIBRARIES (${EXECUTABLE_NAME} tinymatrixmath)`) compatible with C++ 11+

Although this library is not
as feature-rich as [Basic Linear Algebra](https://github.com/tomstewart89/BasicLinearAlgebra)
Expand Down

0 comments on commit 8fac2b7

Please sign in to comment.