Skip to content

Commit

Permalink
Copy updated files, update versions, and render README.qmd files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 26, 2024
1 parent e352d39 commit da1cd0c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ The repository has the following directory tree.
├── README.md
├── README.qmd
├── README.rmarkdown
├── current_version.json
├── docs
├── file_list.txt
├── firmware
├── hardware
├── overleaf
Expand Down
1 change: 1 addition & 0 deletions current_version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{'adxl345': 3, 'files': 2, 'icons': 2, 'motor': 4, 'main': 0, 'networking': 0, 'prefs': 2, 'sensors': 4, 'servo': 2, 'ssd1306': 2}
11 changes: 11 additions & 0 deletions file_list.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
software/release/config.py
software/main/main.py
software/networking/networking.py
software/libraries/adxl345.py
software/libraries/files.py
software/libraries/icons.py
software/libraries/sensors.py
software/libraries/servo.py
software/libraries/smartmotor.py
software/libraries/ssd1306.py
software/libraries/variableLED.py
1 change: 1 addition & 0 deletions software/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ The repository has the following directory tree.
└── release
├── README.md
├── README.qmd
├── __pycache__
├── adxl345.py
├── config.py
├── file_list.py
Expand Down
2 changes: 2 additions & 0 deletions software/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ The repository has the following directory tree.
├── README.md
├── README.qmd
├── README.rmarkdown
├── __pycache__
│ └── config.cpython-310.pyc
├── adxl345.py
├── config.py
├── file_list.py
Expand Down
Binary file not shown.

0 comments on commit da1cd0c

Please sign in to comment.