@@ -62,14 +62,34 @@ Features
62
62
63
63
Repository Contents
64
64
-------------------
65
+
66
+ * ** .github/workflows** - YAML files used for GitHub Actions and GitHub Pages/mkdocs
65
67
* ** /Examples** - Example sketches demonstrating how to read and control the switch
66
- * ** /Hardware** - KiCad design files
67
- * ** LICENSE.md** - license information
68
+ * ** /Hardware** - KiCad design files (kicad_pro, .kicad_pcb, .kicad_sch)
69
+ * ** /Production** - Production panel files
70
+ * ** /docs** - Online documentation files
71
+ * ** /assets** - Folder containing all the file assets used for product documentation
72
+ * ** /board_files** - Copy of design files used for product documentation
73
+ * ** /component_documentation** - Datasheets and manuals for hardware components
74
+ * ** /img** - Images for product documentation
75
+ * ** /github** - Files stating how to contribute and filing issues used for product documentation
76
+ * ** /javascript** - Folder containing custom javascript used for product documentation
77
+ * ** /stylesheet** - Folder containing CSS files used for product documentation
78
+ * ** /overrides** - Customization files used for product documentation
79
+ * ** /.icons** - Icons used for GitHub used for product documentation
80
+ * ** ./partials** - Used for product documentation
81
+ * ** LICENSE.md** contains the license information
68
82
69
83
Product Versions
70
84
----------------
71
- * [ PRT-27081] ( https://www.sparkfun.com/products/27081 ) - SparkFun REDs release.
72
- * [ SPX-25366] ( https://www.sparkfun.com/products/25366 ) - Original SparkX Release.
85
+ * [ PRT-27081] ( https://www.sparkfun.com/products/27081 ) - SparkFun Red Release v2
86
+ * [ SPX-25366] ( https://www.sparkfun.com/products/25366 ) - Original SparkX Release v2
87
+ * [ SPX-17870] ( https://www.sparkfun.com/products/17870 ) - Original SparkX Release v1
88
+
89
+ Version History
90
+ ---------------
91
+ * v2.0 - Soft Power Switch Mk2 - USB (PRT-27081 and SPX-25366)
92
+ * v1.0 - Soft Power Switch Mk1 (JST 2mm) (SPX-17870)
73
93
74
94
License Information
75
95
-------------------
0 commit comments