Skip to content

Commit 64b283d

Browse files
committed
Adjust product name and formatting
1 parent e4acdb4 commit 64b283d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SparkFun Soft Power Switch - USB-C
66
[*SparkFun Soft Power Switch - USB-C (PRT-27081)*](https://www.sparkfun.com/products/27081)
77

88

9-
The Soft Power Switch Mk2 is a passive, hard on/off switch with software feedback and control. In other words, it's like the on/off switch on a laptop. A simple press will turn the system on. Another press can (with MCU intervention) turn off the system. And if things go really wrong, pressing and holding the button for ~7 seconds will force a power-down. If you're building something with an enclosed Thing Plus board and need a good power button, this is the board you need.
9+
The Soft Power Switch is a passive, hard on/off switch with software feedback and control. In other words, it's like the on/off switch on a laptop. A simple press will turn the system on. Another press can (with MCU intervention) turn off the system. And if things go really wrong, pressing and holding the button for ~7 seconds will force a power-down. If you're building something with an enclosed Thing Plus board and need a good power button, this is the board you need.
1010

1111
The [Mk1 Soft Power Switch](https://www.sparkfun.com/products/17870) is great, but we do see occasional issues caused by component tolerances or the operating temperature. Mk2 is based on an application note by Texas Instruments, and is a completely digital design. It is based around a 74LVC1G175 D-type flip-flop - remember those?! - and is insensitive to temperature and component variation. It also includes improvements like: an over-current self-resetting 2A fuse; input and output LEDs. This version has USB-C connectors, but we also have a version with [JST 2mm](https://www.sparkfun.com/products/25365) battery connectors.
1212

docs/github/contribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Spot something wrong? Feel free to contribute our open-source design and documen
44
## 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 of the SparkFun Soft Power Switch Mk2 USB-C repository](https://github.com/sparkfun/SparkFun_Soft_Power_Switch_USB-C/tree/main/docs).
7+
* These pages are contained in the [`docs` folder of the SparkFun Soft Power Switch - USB-C repository](https://github.com/sparkfun/SparkFun_Soft_Power_Switch_USB-C/tree/main/docs).
88

99
### Submit a Correction
1010
1. Fork this repo
@@ -16,7 +16,7 @@ All of this documentation can be modified by you! Please help us make it better.
1616
## Improve our Hardware Design
1717
All of our designs are open-source! Please help us make it better.
1818

19-
* Our board design files are contained in the [`Hardware` folder of the SparkFun Soft Power Switch Mk2 USB-C repository](https://github.com/sparkfun/SparkFun_Soft_Power_Switch_USB-C/tree/main/Hardware).
19+
* Our board design files are contained in the [`Hardware` folder of the SparkFun Soft Power Switch - USB-C repository](https://github.com/sparkfun/SparkFun_Soft_Power_Switch_USB-C/tree/main/Hardware).
2020

2121
### Submit a Design Improvement
2222
1. Fork this repo

docs/github/file_issue.md

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

1515
All of this documentation can be modified by you! Please help us make it better.
1616

17-
* The documentation files for these pages are contained in the [`docs` folder of the SparkFun Soft Power Switch Mk2 USB-C repository](https://github.com/sparkfun/SparkFun_Soft_Power_Switch_USB-C/tree/main/docs).
17+
* The documentation files for these pages are contained in the [`docs` folder of the SparkFun Soft Power Switch - USB-C repository](https://github.com/sparkfun/SparkFun_Soft_Power_Switch_USB-C/tree/main/docs).
1818

1919
### Spot something wrong?
2020
If a section of the documentation is incorrect, please [open an issue](https://github.com/sparkfun/SparkFun_Soft_Power_Switch_USB-C/issues) and let us know.
@@ -30,7 +30,7 @@ If a section of the documentation is incorrect, please [open an issue](https://g
3030

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

33-
* Our board design files are contained in the [`Hardware` folder of the SparkFun Soft Power Switch Mk2 USB-C repository](https://github.com/sparkfun/SparkFun_Soft_Power_Switch_USB-C/tree/main/Hardware).
33+
* Our board design files are contained in the [`Hardware` folder of the SparkFun Soft Power Switch - USB-C repository](https://github.com/sparkfun/SparkFun_Soft_Power_Switch_USB-C/tree/main/Hardware).
3434

3535
### Does something not make sense?
3636
If part of the design is confusing, please [open an issue](https://github.com/sparkfun/SparkFun_Soft_Power_Switch_USB-C/issues) and let us know.

docs/hardware_hookup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ For users that need to connect an external button, you will simply need to conne
167167

168168
### Off and Push
169169

170-
To connect to the OFF and PUSH pins with a microcontroller, you will need two GPIO pins with code to control or read the Soft Power Switch Mk2. Depending on your microcontroller, you may need to adjust the pin connections and definitions with respect to the microcontroller's GPIO pins.
170+
To connect to the OFF and PUSH pins with a microcontroller, you will need two GPIO pins with code to control or read the Soft Power Switch. Depending on your microcontroller, you may need to adjust the pin connections and definitions with respect to the microcontroller's GPIO pins.
171171

172172
<div style="text-align: center;">
173173
<table>

docs/resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Now that you've successfully got your SparkFun Soft Power Switch Mk2 - USB-C and running, it's time to incorporate it into your own project! For more information, check out the resources below:
1+
Now that you've successfully got your SparkFun Soft Power Switch - USB-C and running, it's time to incorporate it into your own project! For more information, check out the resources below:
22

33
* [Schematic (PDF)](../assets/board_files/Soft_Power_Switch_USB-C_Schematic_V10.pdf)
44
* [KiCad Files (ZIP)](../assets/board_files/Soft_Power_Switch_USB-C_v10.zip)
@@ -14,7 +14,7 @@ Now that you've successfully got your SparkFun Soft Power Switch Mk2 - USB-C and
1414

1515
Or check out the other Soft Power Switch with JST connectors!
1616

17-
<div class="grid cards col-4" markdown>
17+
<div class="grid cards" style="width:500px; margin: 0 auto;" markdown>
1818
<!-- ----------WHITE SPACE BETWEEN GRID CARDS---------- -->
1919
- <a href="https://docs.sparkfun.com/SparkFun_Soft_Power_Switch_Mk2">
2020
<figure markdown>

0 commit comments

Comments
 (0)