-
Notifications
You must be signed in to change notification settings - Fork 502
[4.42.1][하드웨어] Develop hw #2876
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
Conversation
Tnks2U
commented
Nov 26, 2024
- 하드웨어 정기배포 이슈 : [11월 배포일정] 1.9.60 배포 진행현황 entry-hw#787
- 마이크로비트 ledpicker 개선 : https://oss.navercorp.com/entry/entry2/issues/8802
- entry-tool 변경사항 : [#8802] 마이크로비트 ledpicker 추가기능 구현 entry-tool#460
led 모양까지 작업
Add new Hardware (IOT SmartFarm) blocks
change workflow, start when hit when-run button
로보링크 주미 미니 블록 수정
로봇아이 AI 블록 문구 수정
| microbit2lite_screen_toggle: 'Turns on or turns off the LED screen.', | ||
| microbit2lite_set_led: | ||
| 'Turns on the LED light of the entered X, Y coordinate with the selected brightness.', | ||
| 'Lights the selected LED with X and Y coordinates to the selected brightness.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'Lights the selected icon on the LED screen.', | ||
| microbit2lite_show_custom_image: | ||
| 'Shows the selected LED and brightness. You can manipulate all the LEDs at once.', | ||
| 'Lights the selected LED and brightness. You can set all the LEDs at once.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| microbit2blelite_screen_toggle: 'Turns on or turns off the LED screen.', | ||
| microbit2blelite_set_led: | ||
| 'Turns on the LED light of the entered X, Y coordinate with the selected brightness.', | ||
| 'Lights the selected LED with X and Y coordinates to the selected brightness.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'Lights the selected icon on the LED screen.', | ||
| microbit2blelite_show_custom_image: | ||
| 'Shows the selected LED and brightness. You can manipulate all the LEDs at once.', | ||
| 'Lights the selected LED and brightness. You can set all the LEDs at once.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| let detect_type = script.getNumberValue('DETECT_TYPE'); | ||
|
|
||
| if (detect_type == 5) { | ||
| if (detect_type == 6) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.