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

Restructured codebase to be more flexible #3

Merged
merged 7 commits into from
Mar 12, 2022
Merged

Conversation

robere2
Copy link
Member

@robere2 robere2 commented Mar 12, 2022

  • Allows LEDs with any number of individual LEDs within them instead of just 3 colors.
    • E.g. instead of RGB LEDs, you can have single-color LEDs, or sets of LEDs to create shapes.
  • Allows more complex animations being passed to LEDs, as opposed to just a blinking animation.

@codecov
Copy link

codecov bot commented Mar 12, 2022

Codecov Report

Merging #3 (a98328d) into dev (e6c31a7) will increase coverage by 0.34%.
The diff coverage is 99.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev       #3      +/-   ##
==========================================
+ Coverage   99.26%   99.61%   +0.34%     
==========================================
  Files           3        4       +1     
  Lines         410      782     +372     
  Branches       61       91      +30     
==========================================
+ Hits          407      779     +372     
  Misses          3        3              
Flag Coverage Δ
unittests 99.61% <99.61%> (+0.34%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/classes/LEDArray.ts 99.43% <99.43%> (ø)
src/classes/Animation.ts 99.58% <99.58%> (ø)
src/classes/Curves.ts 100.00% <100.00%> (ø)
src/classes/LED.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e6c31a7...a98328d. Read the comment docs.

@robere2 robere2 merged commit 0374b49 into dev Mar 12, 2022
@robere2 robere2 deleted the add-different-lights branch March 12, 2022 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant