Skip to content

Commit

Permalink
Merge pull request #8 from Morgritech/release/v1rc1
Browse files Browse the repository at this point in the history
Release: updates for v1rc1
  • Loading branch information
jo3-tech authored Oct 12, 2024
2 parents 4d2aa40 + ce3b014 commit de58d7b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT_NAME }}
- name: Verify artifact download (Debugging)
run: ls -R
# - name: Verify artifact download (Debugging)
# run: ls -R
- name: Archive binaries
uses: thedoctor0/zip-release@master
with:
filename: ${{ env.ARTIFACT_NAME }}.zip
- name: Verify artifact archive (Debugging)
run: ls -R
# - name: Verify artifact archive (Debugging)
# run: ls -R
- name: Get release URL
id: get-release
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Upload binaries as release assets
# uses: actions/upload-release-asset@v1.0.2
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.get-release.outputs.upload_url }}
# asset_path: ./${{ env.ARTIFACT_NAME }}.zip
# asset_name: ./${{ env.ARTIFACT_NAME }}.zip
# asset_content_type: application/zip
- name: Upload binaries as release assets
uses: actions/upload-release-asset@v1.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.get-release.outputs.upload_url }}
asset_path: ./${{ env.ARTIFACT_NAME }}.zip
asset_name: ${{ env.ARTIFACT_NAME }}.zip
asset_content_type: application/zip
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

Microcontroller firmware for MTspin; a motorised rotating display stand.

![MTspin demo](images/mtspin%20demo%20426%20x%20240%20gif.gif)

## Introduction

### Microcontroller
Expand Down Expand Up @@ -48,10 +50,10 @@ As with any other Arduino project, you can simply download the project and open

OR

You work without an IDE by making use of the provided setup/build scripts and/or Arduino CLI. You can run the setup/build scripts to automatically install the required libraries, and build/compile/upload the project as described in the following sections.
You can work without an IDE by making use of the provided setup/build scripts and/or Arduino CLI. You can run the setup/build scripts to automatically install the required libraries, and build/compile/upload the project as described in the following sections. This method will build the project for all boards defined in [arduino-boards.txt](arduino-boards.txt).

> [!NOTE]
> Running the setup/build scripts will install arduino-cli and other dependencies (Arduino cores and libraries) on your device.
> Running the setup/build scripts will install arduino-cli and other dependencies (Arduino cores and libraries) on your device. Cores are extracted from the required boards defined in [arduino-boards.txt](arduino-boards.txt) and required libraries are defined in [arduino-libs.txt](arduino-libs.txt).
### Setup and build scripts for Windows

Expand Down Expand Up @@ -169,7 +171,7 @@ For Linux:

## System control and logging/status reporting

The project provides a means of controlling the system and interrogating the status of the system via serial messages once, the programme is uploaded to the Arduino board. The following messages are implemented:
The project provides a means of controlling the system and interrogating the status of the system via serial messages, once the programme is uploaded to the Arduino board. The following messages are implemented:

|Message|Action|
|:----:|----|
Expand Down
Binary file added images/mtspin demo 426 x 240 gif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit de58d7b

Please sign in to comment.