Skip to content

Commit 93ede85

Browse files
Switch bullet point style
Switch from `*` to `-` in markdown
1 parent cb9e920 commit 93ede85

16 files changed

+343
-343
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ If you'd like to contribute, start by searching through the [issues](../../issue
66

77
If you are adding a feature to this library, please create a PR and follow these best practices:
88

9-
* If you've added a new feature document it with a simple example sketch. This serves both as a test of your PR and as a quick way for users to quickly learn how to use your new feature.
10-
* If you add new functions also add them to keywords.txt so that they are properly highlighted in Arduino. [Read more](https://www.arduino.cc/en/Hacking/libraryTutorial).
11-
* PRs should change as little as possible. Do not submit a PR that changes 100 lines of whitespace. Break up into multiple PRs if necessary.
9+
- If you've added a new feature document it with a simple example sketch. This serves both as a test of your PR and as a quick way for users to quickly learn how to use your new feature.
10+
- If you add new functions also add them to keywords.txt so that they are properly highlighted in Arduino. [Read more](https://www.arduino.cc/en/Hacking/libraryTutorial).
11+
- PRs should change as little as possible. Do not submit a PR that changes 100 lines of whitespace. Break up into multiple PRs if necessary.
1212

1313
## Style guide
1414

ISSUE_TEMPLATE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Describe your issue here.
33

44
### Your workbench
5-
* What development board or microcontroller are you using?
6-
* What version of hardware or breakout board are you using?
7-
* How is the breakout board wired to your microcontroller?
8-
* How is everything being powered?
9-
* Are there any additional details that may help us help you?
5+
- What development board or microcontroller are you using?
6+
- What version of hardware or breakout board are you using?
7+
- How is the breakout board wired to your microcontroller?
8+
- How is everything being powered?
9+
- Are there any additional details that may help us help you?
1010

1111
### Steps to reproduce
1212
Tell us how to reproduce this issue. Please post stripped down example code demonstrating your issue.

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ The mosaic-T is a superb GNSS module designed for highly accurate timing applica
1616
Documentation
1717
--------------
1818

19-
* **[Product Manual](http://docs.sparkfun.com/SparkFun_GNSSDO/)** - Product manual for the GNSSDO hosted by GitHub pages.<br>
19+
- **[Product Manual](http://docs.sparkfun.com/SparkFun_GNSSDO/)** - Product manual for the GNSSDO hosted by GitHub pages.<br>
2020
[![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/) [![GitHub Pages Deploy](https://github.com/sparkfun/SparkFun_GNSSDO/actions/workflows/mkdocs.yml/badge.svg)](https://github.com/sparkfun/SparkFun_GNSSDO/actions/workflows/mkdocs.yml)
2121

2222

2323
*Need to download or print our hookup guide?*
2424

25-
* [Print *(Print to PDF)* from Single-Page View](http://docs.sparkfun.com/SparkFun_GNSSDO/print_view)
25+
- [Print *(Print to PDF)* from Single-Page View](http://docs.sparkfun.com/SparkFun_GNSSDO/print_view)
2626

2727
Firmware Update
2828
-------------------
@@ -34,30 +34,30 @@ You can update or reload the firmware using the [SparkFun RTK Firmware Uploader]
3434
Repository Contents
3535
-------------------
3636

37-
* **[/docs](/docs/)** - Online documentation files
38-
* [assets](/docs/assets/) - Assets files
39-
* [board_files](/docs/assets/board_files/) - Files for the product design
40-
* [Schematic](/docs/assets/board_files/schematic.pdf) (.pdf)
41-
* [Dimensions](/docs/assets/board_files/dimensions.png) (.png)
42-
* [KiCad files](/docs/assets/board_files/kicad_files.zip) (.zip)
43-
* [img/hookup_guide/](/docs/assets/img/hookup_guide/) - Images for hookup guide documentation
44-
* **[/Hardware](/Hardware/)** - KiCad design files
45-
* **[/Hardware/Production](/Hardware/Production/)** - PCB panel production files
46-
* **[/Front_Sticker](/Front_Sticker/)** - DXF and PDF files for the front sticker
47-
* **[/Rear_Sticker](/Rear_Sticker/)** - DXF and PDF files for the rear sticker
48-
* **[/Firmware](/Firmware/)** - Arduino source code and binaries for the firmware which runs on the ESP32-WROVER
49-
* **[/Test_Sketches](/Test_Sketches/)** - Additional code used to validate and test the GNSSDO
50-
* **[/Documents](/Documents/)** - Component datasheets etc.
37+
- **[/docs](/docs/)** - Online documentation files
38+
- [assets](/docs/assets/) - Assets files
39+
- [board_files](/docs/assets/board_files/) - Files for the product design
40+
- [Schematic](/docs/assets/board_files/schematic.pdf) (.pdf)
41+
- [Dimensions](/docs/assets/board_files/dimensions.png) (.png)
42+
- [KiCad files](/docs/assets/board_files/kicad_files.zip) (.zip)
43+
- [img/hookup_guide/](/docs/assets/img/hookup_guide/) - Images for hookup guide documentation
44+
- **[/Hardware](/Hardware/)** - KiCad design files
45+
- **[/Hardware/Production](/Hardware/Production/)** - PCB panel production files
46+
- **[/Front_Sticker](/Front_Sticker/)** - DXF and PDF files for the front sticker
47+
- **[/Rear_Sticker](/Rear_Sticker/)** - DXF and PDF files for the rear sticker
48+
- **[/Firmware](/Firmware/)** - Arduino source code and binaries for the firmware which runs on the ESP32-WROVER
49+
- **[/Test_Sketches](/Test_Sketches/)** - Additional code used to validate and test the GNSSDO
50+
- **[/Documents](/Documents/)** - Component datasheets etc.
5151

5252
Product Variants
5353
----------------
5454

55-
* [GPS-26289](https://www.sparkfun.com/products/26289)- v1.0, Initial Release
55+
- [GPS-26289](www.sparkfun/sparkpnt-gnss-disciplined-oscillator.html)- v1.0, Initial Release
5656

5757
Version History
5858
---------------
5959

60-
* [v10](https://github.com/sparkfun/SparkFun_GNSSDO/releases/tag/v10) - Initial Release
60+
- [v10](https://github.com/sparkfun/SparkFun_GNSSDO/releases/tag/v10) - Initial Release
6161

6262

6363
License Information

docs/L5.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ The mosaic-T is L5-capable but, because the GPS L5 service is currently pre-oper
3838

3939
## Command Interface
4040

41-
* **`setHealthMask, Tracking, off`**
42-
* **`setHealthMask, PVT, off`**
43-
* **`setSignalTracking, +GPSL5`**
44-
* **`setSignalUsage, +GPSL5, +GPSL5`**
41+
- **`setHealthMask, Tracking, off`**
42+
- **`setHealthMask, PVT, off`**
43+
- **`setSignalTracking, +GPSL5`**
44+
- **`setSignalUsage, +GPSL5, +GPSL5`**
4545

docs/assets/img/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ img directory
33
This folder should contain the images for the product documentation
44

55
## General Images
6-
* `sfe_logo_sm.png` - SparkFun flame logo (Cover page for with-pdf extension)
7-
* `sfe_logo_sq.png` - SparkFun flame logo (favicon)
6+
- `sfe_logo_sm.png` - SparkFun flame logo (Cover page for with-pdf extension)
7+
- `sfe_logo_sq.png` - SparkFun flame logo (favicon)
88

99
## Directory
10-
* `hookup_guide` - Images for the hookup guide pages
10+
- `hookup_guide` - Images for the hookup guide pages
1111

1212
## QR Codes
13-
* [QR code generator](https://qrgenerator.org/)
14-
* Flame Color: #E0311D
15-
* Frame Color: #3C464D
16-
* [Remove meta data from svg](https://jakearchibald.github.io/svgomg/)
13+
- [QR code generator](https://qrgenerator.org/)
14+
- Flame Color: #E0311D
15+
- Frame Color: #3C464D
16+
- [Remove meta data from svg](https://jakearchibald.github.io/svgomg/)

docs/atomichron.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Fugro AtomiChron^®^ is a global, real-time, precise clock synchronisation and a
1111

1212
## :fontawesome-solid-screwdriver-wrench:&nbsp;Specifications
1313

14-
* Timing accuracy: <5 ns UTC (95% of the time)
14+
- Timing accuracy: <5 ns UTC (95% of the time)
1515

16-
* Accuracy: <1 ns to Fugro AtomiChron^®^ timescale (independent of world-wide location)
16+
- Accuracy: <1 ns to Fugro AtomiChron^®^ timescale (independent of world-wide location)
1717

18-
* Performance improvement: >10x better than existing high-end GNSS receivers
18+
- Performance improvement: >10x better than existing high-end GNSS receivers
1919

20-
* NMA status: per satellite status for all 4 GNSS constellations concurrently
20+
- NMA status: per satellite status for all 4 GNSS constellations concurrently
2121

2222
## Performance
2323

docs/github/contribute.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ Spot an improvement opportunity? Feel free to contribute to our open-source desi
44
## :material-file-document-multiple:&nbsp;Improve our Documentation
55
All of this documentation can be modified by you! Please help us make it better.
66

7-
* These pages are contained in the [`docs` folder](https://github.com/sparkfun/SparkFun_GNSSDO/tree/main/docs) of the [SparkFun GNSSDO repository](https://github.com/sparkfun/SparkFun_GNSSDO).
7+
- These pages are contained in the [`docs` folder](https://github.com/sparkfun/SparkFun_GNSSDO/tree/main/docs) of the [SparkFun GNSSDO repository](https://github.com/sparkfun/SparkFun_GNSSDO).
88

99
<!-- ### :material-source-pull:&nbsp;Submit a Correction -->
1010
### Submit a Correction
1111

1212
1. With a GitHub account, [fork this repository](https://github.com/sparkfun/SparkFun_GNSSDO/fork).
1313
2. Add your corrections or improvements to the markdown file.
1414
3. File a pull request with your changes, and enjoy making the ~~words~~ ~~worlds~~ world a better place.
15-
* Once received, the documentation specialist will automatically be notified.
16-
* We will review your suggested improvements to make sure they are correct and fit within our documentation standards.
15+
- Once received, the documentation specialist will automatically be notified.
16+
- We will review your suggested improvements to make sure they are correct and fit within our documentation standards.
1717

1818
## :material-cog:&nbsp;Improve our Hardware Design
1919
All of our designs are open-source! Please help us make it better.
2020

21-
* Our board design files are contained in the [`Hardware` folder](https://github.com/sparkfun/SparkFun_GNSSDO/tree/main/Hardware) of the [SparkFun GNSSDO repository](https://github.com/sparkfun/SparkFun_GNSSDO).
21+
- Our board design files are contained in the [`Hardware` folder](https://github.com/sparkfun/SparkFun_GNSSDO/tree/main/Hardware) of the [SparkFun GNSSDO repository](https://github.com/sparkfun/SparkFun_GNSSDO).
2222

2323
<!-- ### :material-source-pull:&nbsp;Submit a Design Enhancement -->
2424
### Submit a Design Enhancement

docs/github/file_issue.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Spot something wrong? Please let us know. <a href="https://github.com/sparkfun/S
2020

2121
All of our documentation can be modified by you! Please help us make it better.
2222

23-
* The documentation files for these pages are contained in the [`docs` folder](https://github.com/sparkfun/SparkFun_GNSSDO/tree/main/docs) of the [SparkFun GNSSDO repository](https://github.com/sparkfun/SparkFun_GNSSDO).
23+
- The documentation files for these pages are contained in the [`docs` folder](https://github.com/sparkfun/SparkFun_GNSSDO/tree/main/docs) of the [SparkFun GNSSDO repository](https://github.com/sparkfun/SparkFun_GNSSDO).
2424

2525
### 🔍 Spot something wrong?
2626

@@ -31,14 +31,14 @@ If a section of the documentation is incorrect, please [open an issue](https://g
3131
1. With a GitHub account, [fork this repository](https://github.com/sparkfun/SparkFun_GNSSDO/fork).
3232
2. Add your correction(s) or improvement(s) to the markdown file(s)
3333
3. File a pull request with your changes, and enjoy making the ~~words~~ ~~worlds~~ world a better place.
34-
* Once received, the documentation specialist will automatically be notified.
35-
* We will review your suggested improvement(s) to make sure they are correct and fit within our documentation standards.
34+
- Once received, the documentation specialist will automatically be notified.
35+
- We will review your suggested improvement(s) to make sure they are correct and fit within our documentation standards.
3636

3737
## Problems in the Hardware Design
3838

3939
All of our designs are open-source! Please help us make it better.
4040

41-
* Our board design files are contained in the [`Hardware` folder](https://github.com/sparkfun/SparkFun_GNSSDO/tree/main/Hardware) of the [SparkFun GNSSDO repository](https://github.com/sparkfun/SparkFun_GNSSDO).
41+
- Our board design files are contained in the [`Hardware` folder](https://github.com/sparkfun/SparkFun_GNSSDO/tree/main/Hardware) of the [SparkFun GNSSDO repository](https://github.com/sparkfun/SparkFun_GNSSDO).
4242

4343
### Does something not make sense? 🤔
4444

@@ -51,7 +51,7 @@ If part of the board's functionality is missing, please [open an issue](https://
5151
!!! tip "Design Considerations"
5252
Please keep in mind that we may intentionally exclude certain functions of the board to meet our product design requirements.
5353

54-
* *For example, our Qwiic Micro boards are intended to fit on a small board layout and only use I<sup>2</sup>C communication; therefore, we may not have the SPI and interrupt pins available for users.*
54+
- *For example, our Qwiic Micro boards are intended to fit on a small board layout and only use I<sup>2</sup>C communication; therefore, we may not have the SPI and interrupt pins available for users.*
5555

5656

5757
### Do you wish to contribute directly to improving the board design?

docs/hardware_assembly.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ There is a single ethernet jack on the GNSSDO, which can be used to provide netw
9191

9292
The jack to the mosaic-T allows users to provide internet access and power; it supports [PoE](https://en.wikipedia.org/wiki/Power_over_Ethernet "Power over Ethernet"). To provide network access, users should connect the GNSSDO from the `ETHERNET (PoE)` jack to their local network with the (CAT-6) ethernet cable provided in the kit.
9393

94-
* To power the device, a PoE network switch or PoE injector should be installed in between the network connection to the GNSSDO.
94+
- To power the device, a PoE network switch or PoE injector should be installed in between the network connection to the GNSSDO.
9595

9696
<figure markdown>
9797
[![mosaic-T PoE connection](./assets/img/hookup_guide/assembly-ethernet-mosaic.jpg){ width="400" }](./assets/img/hookup_guide/assembly-ethernet-mosaic.jpg "Click to enlarge")
@@ -150,10 +150,10 @@ An &micro;SD card slot is available for users to log and store data, locally on
150150
??? tip "Button Operation"
151151
There are multiple ways to configure and enable data logging to an SD card. However, the simplest method is with the ++"LOG"++ button. Once the stream is defined,
152152

153-
* Pressing the ++"LOG"++ button *(< 5s)* toggles data logging to the SD card on and off.
154-
* Holding the ++"LOG"++ button for more than 5 seconds *(> 5s)* and then releasing it, will force the board to:
155-
* Unmount the SD card if it was mounted
156-
* Mount the SD card if it was unmounted
153+
- Pressing the ++"LOG"++ button *(< 5s)* toggles data logging to the SD card on and off.
154+
- Holding the ++"LOG"++ button for more than 5 seconds *(> 5s)* and then releasing it, will force the board to:
155+
- Unmount the SD card if it was mounted
156+
- Mount the SD card if it was unmounted
157157

158158
For more information, please reference the [SD Card Slot](../hardware_overview/#sd-card-slot) section.
159159

0 commit comments

Comments
 (0)