You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-8
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,9 @@ The SparkFun Toolkit provides a single implementation of common functionality us
33
33
34
34
Implemented using C++, the SparkFun toolkit follows a simple two layered approach in it's design: A core foundational layer, and a platform specific layer.
35
35
36
-
```mermaid
36
+

37
+
38
+
<!-- ```mermaid
37
39
---
38
40
title: General Architecture Structure
39
41
---
@@ -42,9 +44,12 @@ classDiagram
42
44
class PlatformOne["Platform Implementation"]
43
45
CoreToolkit <|-- PlatformOne
44
46
45
-
```
46
-
And as additional plaforms are added, they also implement/inherit from the SparkFun Toolkit Core.
47
-
```mermaid
47
+
``` -->
48
+
And as additional platforms are added, they also implement/inherit from the SparkFun Toolkit Core.
When using the SparkFun Toolkit, the intent is for the implementation to follow the same pattern: A platform independent layer that works with the SparkFun Toolkit core, and a platform specific layer that utilizes the SparkFun Toolkit platform specific implementation.
0 commit comments