Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

version: 2
updates:
- package-ecosystem: ""
directory: "/src" # Location of package manifests for Maven
schedule:
interval: "weekly" # Update dependencies weekly

- package-ecosystem: "github-actions" # For GitHub Actions
directory: "/.github/workflows" # Location of GitHub Actions workflows
schedule:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './src/'
Expand Down
63 changes: 12 additions & 51 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,17 @@
# Porg Control System
# Repo-Template

## Features
This template has undergone many revisions, so repositories using it may differ. Not all elements here are necessary, and some may be redundant. Updates to this template will not be propagated to existing repositories due to time and effort constraints.

* Speaker (x2)
* RC Reciever
* Web Interface
* Body
* Drive
* Left Leg
* Right Leg
* Upper Utility Arm
* Lower Utility Arm
* Gripper Arm Door
* Gripper Arm
* Interface Arm Door
* Interface Arm
* CBI Panel Door
* CBI Panel
* DPL Panel Door
* DPL Panel
* Dome
* Rotate
* Pie Servo Doors (x5)
* Side Servo Doors (x6)
* Holoprojectors (x3)
* Light
* Vertical Servo
* Horizontal Servo
* Front PSI
* Rear Logic Display
* Rear PSI
* Front Logic Display
## Folder Structure

## BOM
- `/`: Contains essential root files (e.g., `README.md`, `.gitignore`, workspace file).
- `/src`: All project source code resides here. Builds will focus on this directory.
- `/docs`: Contains project documentation. By default, it includes a workflow to set up GitHub Pages, but additional configuration in settings might be required.
- `/.github`: Contains GitHub-related configurations (e.g., workflows, templates, configs).

* Astropixels Lights
* Front PSI
* Front Logic Display
* Rear PSI
* Rear Logic Display
* 3x Holoprojectors
* 28x Servo
* DF_Player
* X8R
* ESP32 Board
* Mega2560Pro
* Syren 10
* Sabertooth
## Workflows

## Libraries

* Arduino
* Adafruit_NeoPixel
* Servo
* SoftwareSerial
- Greetings
- Labels
- Pages
- Stale