Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #104

Merged
merged 1 commit into from
Dec 9, 2024
Merged
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: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
![Build](https://github.com/OpenSourceLightshows/HeliosEngine/actions/workflows/build.yml/badge.svg?branch=master)
[![Latest Release](https://img.shields.io/github/v/tag/OpenSourceLightshows/HeliosEngine?label=Latest%20Release)](https://github.com/OpenSourceLightshows/HeliosEngine/releases/latest)

Welcome to the Helios Engine project! This repository contains the firmware for the Helios microlight, designed specifically for the ATTiny85 chip. The firmware is capable of controlling a single LED to produce a variety of patterns and effects.

The Helios Engine is based on the [VortexEngine](https://github.com/StoneOrbits/VortexEngine), to accommodate for the ATTiny85's limited resources, in other words, Helios is a ***twist*** on Vortex Engine.
Welcome to the Helios Engine project! This repository contains the 'engine' and the 'firmware' for the Helios microlight. Helios Engine is the core infrastructure designed to control a single LED and produce a variety of patterns and effects, and the Helios microlight is the first example of Helios at work.

With it's core derived from [Vortex Engine](https://github.com/StoneOrbits/VortexEngine) but modified to accommodate for the ATTiny85's limited resources, Helios Engine puts a ***twist*** on Vortex Engine to create an envionment tailored for microlight development specifically on the Attiny85.

## Features

Expand Down
Loading