[PR #220] [CLOSED] set_led support #320

Closed
opened 2026-05-06 13:16:49 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/220
Author: @Oreig403
Created: 5/6/2022
Status: Closed

Base: omega-masterHead: upsilon-dev


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/220 **Author:** [@Oreig403](https://github.com/Oreig403) **Created:** 5/6/2022 **Status:** ❌ Closed **Base:** `omega-master` ← **Head:** `upsilon-dev` --- ### 📝 Commits (10+) - [`788e75e`](https://github.com/UpsilonNumworks/Upsilon/commit/788e75eb4a77e467422c8892a67a0237bfba167e) Merge branch 'upsilon-dev' of https://github.com/Lauryy06/Upsilon into upsilon-dev - [`0df76f1`](https://github.com/UpsilonNumworks/Upsilon/commit/0df76f1680ada11199b930d468b7581973a31cb4) [readme] Update readme - [`dd75796`](https://github.com/UpsilonNumworks/Upsilon/commit/dd757969f3857312cab188563c231e97d2691e08) [readme] Correct readme.fr - [`3a4e33a`](https://github.com/UpsilonNumworks/Upsilon/commit/3a4e33a1a7269f25046c98ee112e30ff7371da6f) Merge pull request #2 from ArtichOwO/uLab - [`ebe6a7c`](https://github.com/UpsilonNumworks/Upsilon/commit/ebe6a7cc5f2c3c4bcbf1b9790459e4b87e2ab3b1) Merge pull request #2 (Update some translations) - [`74635f8`](https://github.com/UpsilonNumworks/Upsilon/commit/74635f8d88191aa21fd30ba4f743eb9c4aad9fc2) [code/ulab] Added ulab to toolbox - [`a15c682`](https://github.com/UpsilonNumworks/Upsilon/commit/a15c682e3ee6d83465dd73a8cd34a67da9cefd8d) [code/ulab] Replaced translations by official documentation - [`9eb81a6`](https://github.com/UpsilonNumworks/Upsilon/commit/9eb81a6daf6e57ae35f2a5b632dd2302336b1bda) Fix OmegaVersion in settings - [`0f4502e`](https://github.com/UpsilonNumworks/Upsilon/commit/0f4502ebce4e6c23456a55b8719ca27d4d8ef248) [code/ulab] Added scipy - [`98b665a`](https://github.com/UpsilonNumworks/Upsilon/commit/98b665ac4b0604355cd345a3fb45d3b3de0bae63) [code/ulab] Disabled scipy in toolbox for n0100 + added 2 forgotten numpy functions ### 📊 Changes **1039 files changed** (+43127 additions, -9578 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:49 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#320
No description provided.