From daeb0ff3ac9bad31dc30b98d1e64449e752be724 Mon Sep 17 00:00:00 2001 From: Nate Gay Date: Thu, 7 Nov 2024 13:33:27 -0600 Subject: [PATCH] Removing docs dir --- Components/LedBlinker/docs/sdd.md | 66 ------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 Components/LedBlinker/docs/sdd.md diff --git a/Components/LedBlinker/docs/sdd.md b/Components/LedBlinker/docs/sdd.md deleted file mode 100644 index fc8f77f..0000000 --- a/Components/LedBlinker/docs/sdd.md +++ /dev/null @@ -1,66 +0,0 @@ -# Components::LedBlinker - -Component to blink an LED driven by a rate group - -## Usage Examples -Add usage examples here - -### Diagrams -Add diagrams here - -### Typical Usage -And the typical usage of the component here - -## Class Diagram -Add a class diagram here - -## Port Descriptions -| Name | Description | -|---|---| -|---|---| - -## Component States -Add component states in the chart below -| Name | Description | -|---|---| -|---|---| - -## Sequence Diagrams -Add sequence diagrams here - -## Parameters -| Name | Description | -|---|---| -|---|---| - -## Commands -| Name | Description | -|---|---| -|---|---| - -## Events -| Name | Description | -|---|---| -|---|---| - -## Telemetry -| Name | Description | -|---|---| -|---|---| - -## Unit Tests -Add unit test descriptions in the chart below -| Name | Description | Output | Coverage | -|---|---|---|---| -|---|---|---|---| - -## Requirements -Add requirements in the chart below -| Name | Description | Validation | -|---|---|---| -|---|---|---| - -## Change Log -| Date | Description | -|---|---| -|---| Initial Draft |