Skip to content

Commit

Permalink
Merge pull request #1 from alenrajsp/main
Browse files Browse the repository at this point in the history
Add logo
  • Loading branch information
firefly-cpp authored Jan 14, 2024
2 parents f241791 + 689add6 commit 8280fd7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
Binary file added .github/logo/tcxwriter_logo_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/logo/tcxwriter_logo_256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/logo/tcxwriter_logo_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/logo/tcxwriter_logo_642.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<p align="center">
<img width="256" src="./.github/logo/tcxwriter_logo_512.png">
</p>

---

# tcxwriter -- A Tiny Library for writing/creating TCX files on Arduino & ESP32 devices

---
Expand All @@ -15,14 +21,14 @@ TCXWriter is a lightweight library designed for Arduino and ESP32 projects that

TCXWriter should, in theory, work on all Arduino devices, but those specific devices have been reported as working:

- Arduino Nano
- Arduino Nano

## How to read/parse TCX files?

Reading/parsing TCX files can be quickly done using the following software packages or frameworks:

- [sport-activities-features](https://github.com/firefly-cpp/sport-activities-features)
- [tcxreader](https://github.com/alenrajsp/tcxreader)
- [sport-activities-features](https://github.com/firefly-cpp/sport-activities-features)
- [tcxreader](https://github.com/alenrajsp/tcxreader)

## Related frameworks

Expand Down

0 comments on commit 8280fd7

Please sign in to comment.