mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #220] [CLOSED] set_led support #320
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#320
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/220
Author: @Oreig403
Created: 5/6/2022
Status: ❌ Closed
Base:
omega-master← Head:upsilon-dev📝 Commits (10+)
788e75eMerge branch 'upsilon-dev' of https://github.com/Lauryy06/Upsilon into upsilon-dev0df76f1[readme] Update readmedd75796[readme] Correct readme.fr3a4e33aMerge pull request #2 from ArtichOwO/uLabebe6a7cMerge pull request #2 (Update some translations)74635f8[code/ulab] Added ulab to toolboxa15c682[code/ulab] Replaced translations by official documentation9eb81a6Fix OmegaVersion in settings0f4502e[code/ulab] Added scipy98b665a[code/ulab] Disabled scipy in toolbox for n0100 + added 2 forgotten numpy functions📊 Changes
1039 files changed (+43127 additions, -9578 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.md(+5 -3)📝
.github/ISSUE_TEMPLATE/feature_request.md(+1 -1)➖
.github/ISSUE_TEMPLATE/omega-beta-only---bug-report.md(+0 -28)📝
.github/ISSUE_TEMPLATE/problems-during-installation.md(+2 -2)📝
.github/workflows/ci-workflow.yml(+100 -2)📝
.github/workflows/metric-workflow.yml(+0 -1)➖
.github/workflows/unit-workflow.yml(+0 -14)📝
.gitignore(+2 -0)➖
.gitlab-ci.yml(+0 -26)📝
.gitmodules(+2 -2)📝
Makefile(+40 -2)📝
README.fr.md(+281 -70)📝
README.md(+281 -64)📝
apps/Makefile(+5 -6)📝
apps/apps_container.cpp(+17 -5)📝
apps/apps_container.h(+2 -1)📝
apps/apps_container_prompt_beta.cpp(+11 -1)📝
apps/apps_container_prompt_none.cpp(+2 -1)📝
apps/apps_container_prompt_update.cpp(+9 -1)📝
apps/atomic(+1 -1)...and 80 more files
📄 Description
I created a function called set_led to change the led color.
I arranged myself so this function doesn't work in Exam Mode to prevent cheating.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.