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

[4.42.1][하드웨어] Develop hw #2876

Merged
merged 15 commits into from
Nov 26, 2024
Merged

[4.42.1][하드웨어] Develop hw #2876

merged 15 commits into from
Nov 26, 2024

Conversation

Tnks2U
Copy link
Contributor

@Tnks2U Tnks2U commented Nov 26, 2024

microbit2lite_set_digital:
'Writes a digital signal to the pin you choose. (0 ~ 1)',
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.',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <max-len> reported by reviewdog 🐶
This line has a length of 107. Maximum allowed is 100.

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.',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <max-len> reported by reviewdog 🐶
This line has a length of 104. Maximum allowed is 100.

microbit2blelite_set_digital:
'Writes a digital signal to the pin you choose. (0 ~ 1)',
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.',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <max-len> reported by reviewdog 🐶
This line has a length of 107. Maximum allowed is 100.

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.',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <max-len> reported by reviewdog 🐶
This line has a length of 104. Maximum allowed is 100.

@@ -7210,7 +7220,7 @@ let camera_id_for_use = 0;
let data_address = 4005; // block
let detect_type = script.getNumberValue('DETECT_TYPE');

if (detect_type == 5) {
if (detect_type == 6) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <camelcase> reported by reviewdog 🐶
Identifier 'detect_type' is not in camel case.

@Tnks2U Tnks2U merged commit e23a62c into develop Nov 26, 2024
4 checks passed
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.

6 participants