Skip to content

Commit 36c42b2

Browse files
committed
Alter dir structure to have ControlLaptop / Node
1 parent cff595a commit 36c42b2

File tree

14 files changed

+10
-21
lines changed

14 files changed

+10
-21
lines changed
File renamed without changes.

Node/Common/drivers/src/test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// This file is intentionally left blank
2+
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Firmware Directory Structure
1+
# Embedded Software Directory
22

3-
This directory will contain all of the firmware for the SAMD21 microcontroller used in the sensor board, as well for any other general MCUs used throughout testing.
3+
This directory will contain all of the firmware for the SAMD21 microcontroller used in the sensor board, as well for any other general MCU boards used throughout testing, such as the stepper motor control board.
44

55
***
66

@@ -10,10 +10,10 @@ Includes code that will be common across multiple projects, like sensor drivers
1010

1111
***
1212
## Examples
13-
Will include examples of applications of things like drivers and other pieces of firmware
13+
Will include example applications of things like drivers / libraries
1414

1515
***
1616
### WindTunnel, DTS, Vacuum
17-
Will include project specific code like the main for each project.
17+
Will include project specific code, like the respective main.cpp
1818

1919
***
File renamed without changes.

0 commit comments

Comments
 (0)