mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #221] [CLOSED] set_led support #321
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#321
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/221
Author: @Oreig403
Created: 5/6/2022
Status: ❌ Closed
Base:
upsilon-dev← Head:upsilon-dev📝 Commits (5)
54f57a0Adding set_LED65a5502Adding set_led16d0fa8set_led support6e10bb2set_led supportccf81c2set_led support📊 Changes
5 files changed (+18 additions, -2 deletions)
View changed files
📝
apps/code/app.cpp(+4 -1)📝
python/port/genhdr/qstrdefs.in.h(+2 -1)📝
python/port/mod/kandinsky/modkandinsky.cpp(+9 -0)📝
python/port/mod/kandinsky/modkandinsky.h(+1 -0)📝
python/port/mod/kandinsky/modkandinsky_table.c(+2 -0)📄 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.
The syntax is set_led(color)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.