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
|
33
README.md
33
README.md
@ -11,30 +11,18 @@
|
||||
<!-- Description -->
|
||||
Animated 4x4x4 LED cube
|
||||
|
||||
|
||||
<!-- Repo badges -->
|
||||
[](https://git.zakscode.com/ztimson/animated-cube/tags)
|
||||
[](https://git.zakscode.com/ztimson/animated-cube/pulls)
|
||||
[](https://git.zakscode.com/ztimson/animated-cube/issues)
|
||||
[](https://git.zakscode.com/ztimson/AnimatedCube/tags)
|
||||
[](https://git.zakscode.com/ztimson/AnimatedCube/pulls)
|
||||
|
||||
<!-- 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>
|
||||
|
||||
## Table of Contents
|
||||
- [Animated Cube](#top)
|
||||
- [About](#about)
|
||||
- [Demo](#demo)
|
||||
- [About](#about)
|
||||
- [Built With](#built-with)
|
||||
- [License](#license)
|
||||
- [Demo](#demo)
|
||||
- [License](#license)
|
||||
|
||||
## 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).
|
||||
|
||||
### 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
|
||||
[](https://www.arduino.cc/)
|
||||
[](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
|
||||
Copyright © 2023 Zakary Timson | Available under MIT Licensing
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user