Compare commits
No commits in common. "workflow-test" and "v2" have entirely different histories.
workflow-t
...
v2
10
.github/workflows/test.yaml
vendored
Normal file
10
.github/workflows/test.yaml
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
name: Workflow Test
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
first:
|
||||||
|
name: Step One
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: ztimson/actions/git/checkout@develop
|
||||||
|
- uses: ztimson/actions/git/tag@develop
|
35
README.md
35
README.md
@ -11,30 +11,18 @@
|
|||||||
<!-- Description -->
|
<!-- Description -->
|
||||||
Animated 4x4x4 LED cube
|
Animated 4x4x4 LED cube
|
||||||
|
|
||||||
|
|
||||||
<!-- Repo badges -->
|
<!-- Repo badges -->
|
||||||
[](https://git.zakscode.com/ztimson/animated-cube/tags)
|
[](https://git.zakscode.com/ztimson/AnimatedCube/tags)
|
||||||
[](https://git.zakscode.com/ztimson/animated-cube/pulls)
|
[](https://git.zakscode.com/ztimson/AnimatedCube/pulls)
|
||||||
[](https://git.zakscode.com/ztimson/animated-cube/issues)
|
|
||||||
|
|
||||||
<!-- Links -->
|
|
||||||
|
|
||||||
---
|
|
||||||
<div>
|
|
||||||
<a href="https://git.zakscode.com/ztimson/animated-cube/releases" target="_blank">Release Notes</a>
|
|
||||||
• <a href="https://git.zakscode.com/ztimson/animated-cube/issues/new?template=.github%2fissue_template%2fbug.md" target="_blank">Report a Bug</a>
|
|
||||||
• <a href="https://git.zakscode.com/ztimson/animated-cube/issues/new?template=.github%2fissue_template%2fenhancement.md" target="_blank">Request a Feature</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
- [Animated Cube](#top)
|
- [Animated Cube](#top)
|
||||||
- [About](#about)
|
- [About](#about)
|
||||||
- [Demo](#demo)
|
- [Built With](#built-with)
|
||||||
- [Built With](#built-with)
|
- [Demo](#demo)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
@ -49,16 +37,15 @@ This repo contains code for running a 4x4x4 (64 total) LED cube. It uses [multip
|
|||||||
|
|
||||||
Animations are run using an [Arduino Nano](https://store.arduino.cc/products/arduino-nano).
|
Animations are run using an [Arduino Nano](https://store.arduino.cc/products/arduino-nano).
|
||||||
|
|
||||||
### Demo
|
|
||||||
|
|
||||||
Video of what it looks like: https://www.youtube.com/watch?v=4pzxR-ZhbJA
|
|
||||||
|
|
||||||
<ins>**Disclaimer:** I did not create the video but it is made using the same idea</ins>
|
|
||||||
|
|
||||||
### Built With
|
### Built With
|
||||||
[](https://www.arduino.cc/)
|
[](https://www.arduino.cc/)
|
||||||
[](https://cplusplus.com/)
|
[](https://cplusplus.com/)
|
||||||
|
|
||||||
|
## Demo
|
||||||
|
Video of what it looks like: https://www.youtube.com/watch?v=4pzxR-ZhbJA
|
||||||
|
|
||||||
|
<ins>**Disclaimer:** I did not create the video but it is made using the same idea</ins>
|
||||||
|
|
||||||
## License
|
## License
|
||||||
Copyright © 2023 Zakary Timson | Available under MIT Licensing
|
Copyright © 2023 Zakary Timson | Available under MIT Licensing
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user