Skip to content

Commit

Permalink
Fix indentation and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
santaimpersonator committed Feb 26, 2025
1 parent 67fc806 commit 76a1059
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 26 deletions.
3 changes: 1 addition & 2 deletions Hardware/GNSSDO/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ SparkPNT GNSSDO Design Files

The files here are the KiCad schematic and PCB design files from SparkFun Electronics.

KiCad can be downloaded [here](https://www.kicad.org/).

KiCad can be downloaded [here](https://www.kicad.org/).
3 changes: 1 addition & 2 deletions Hardware/GNSSDO_Plus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ SparkPNT GNSSDO Design Files

The files here are the KiCad schematic and PCB design files from SparkFun Electronics.

KiCad can be downloaded [here](https://www.kicad.org/).

KiCad can be downloaded [here](https://www.kicad.org/).
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Describe your issue here.

### Your workbench
- What development board or microcontroller are you using?
- What version of hardware or breakout board are you using?
- What version of hardware or breakout board are you using?
- How is the breakout board wired to your microcontroller?
- How is everything being powered?
- Are there any additional details that may help us help you?
Expand Down
2 changes: 1 addition & 1 deletion docs/L5.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The mosaic-T is L5-capable but, because the GPS L5 service is currently pre-oper
</figure>

!!! info
Make sure to click “OK” at the bottom of each page where you are making changes to update the current configuration, and don’t forget to save it to boot if you want the configuration to persist when you cycle power.
Make sure to click “OK” at the bottom of each page where you are making changes to update the current configuration, and don’t forget to save it to boot if you want the configuration to persist when you cycle power.

## Command Interface

Expand Down
40 changes: 20 additions & 20 deletions docs/software_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Users should install the [RXTools software suite](https://www.septentrio.com/en/
Once installed, the driver emulates two virtual serial ports, which can be accessed as standard `COM` ports to the receiver.

??? tip "Terminal Emulators"
Most [terminal emulation programs](https://learn.sparkfun.com/tutorials/112) will not make a distinction between virtual or native COM ports. However, for virtual serial ports, the port settings *(i.e. baud rate, etc.)* are not relevant and the default configuration is used in the terminal emulation program. However, the physical/native `COM` ports will have the following default setting:
Most [terminal emulation programs](https://learn.sparkfun.com/tutorials/112) will not make a distinction between virtual or native COM ports. However, for virtual serial ports, the port settings *(i.e. baud rate, etc.)* are not relevant and the default configuration is used in the terminal emulation program. However, the physical/native `COM` ports will have the following default setting:

- Baudrate: 115200bps
- Data Bits: 8
Expand Down Expand Up @@ -339,32 +339,32 @@ Select option **c** ("c" followed by "Enter") to configure the firmware:
- **8) Pulse-Per-Second Interval**
- This defines the interval of the PPS signal. The intervals are defined by the mosiac-T firmware. Use "8" and "Enter" to scroll through the intervals.
- "off"
* "msec10"
* "msec20"
* "msec50"
* "msec100"
* "msec200"
* "msec250"
* "msec500"
* "sec1"
* "sec2"
* "sec4"
* "sec5"
* "sec10"
* "sec30"
* "sec60"
- "msec10"
- "msec20"
- "msec50"
- "msec100"
- "msec200"
- "msec250"
- "msec500"
- "sec1"
- "sec2"
- "sec4"
- "sec5"
- "sec10"
- "sec30"
- "sec60"
- **9) Pulse-Per-Second Polarity**
- This defines the PPS signal polarity: Low2High or High2Low
- **10) Pulse-Per-Second Delay**
- This allows the timing of the PPS signal to be advanced or retarded. The units are nanoseconds.
- **11) Pulse-Per-Second Time Scale**
- This defines which time scale is used to generate the PPS signal.
- "GPS"
* "Galileo"
* "BeiDou"
* "GLONASS"
* "UTC"
* "RxClock"
- "Galileo"
- "BeiDou"
- "GLONASS"
- "UTC"
- "RxClock"
- **12) Pulse-Per-Second Max Sync Age**
- This defines how long PPS pulses will be produced when the GNSS signal is lost or jammed: 0 to 3600 seconds.
- **13) Pulse-Per-Second Pulse Width**
Expand Down

0 comments on commit 76a1059

Please sign in to comment.