Skip to content

Commit 8b0b543

Browse files
committed
Remove code blocks from readme formatting
1 parent b5bbca9 commit 8b0b543

File tree

3 files changed

+17
-20
lines changed

3 files changed

+17
-20
lines changed

Firmware/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@ This directory will contain all of the firmware for the SAMD21 microcontroller u
55
***
66

77
## Common
8-
```
8+
99
Includes code that will be common across multiple projects, like sensor drivers and other peripheral drivers
10-
```
10+
1111
***
1212
## Examples
13-
```
1413
Will include examples of applications of things like drivers and other pieces of firmware
15-
```
14+
1615
***
1716
### WindTunnel, DTS, Vacuum
18-
```
1917
Will include project specific code like the main for each project.
20-
```
18+
2119
***

Pidaq/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,19 @@ This directory contains all of the code that will run on the raspberry pi as wel
55
***
66

77
## DataLogger
8-
```
98
Generic name for python application that will log incoming data into influxdb
10-
```
9+
1110
***
1211
## DataShuttle
13-
```
12+
1413
Generic name for python application that will recieve and parse incoming CAN messages
15-
```
14+
1615
***
1716
## Examples
18-
```
17+
1918
Includes relevant examples for some python modules, influx, and grafana configuration
20-
```
19+
2120
***
2221
## Services
23-
```
22+
2423
Includes the configuration and documentation for the grafana server and influxdb
25-
```

UI/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ Contains all the code that implements a module graphical user interface that can
55
***
66

77
## Dashboard
8-
```
8+
99
Contains documentation and configuration for the grafana dashboard
10-
```
10+
1111
***
1212
## Examples
13-
```
13+
1414
Contains examples of grafana dashboard configuration
15-
```
15+
16+
1617
***
1718
## Control
18-
```
19+
1920
Contains the web front end for the controls.
20-
```
21+
2122
**Very Temporary**
2223
***

0 commit comments

Comments
 (0)