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

Update ble-cheat-sheet.md #1810

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update ble-cheat-sheet.md #1810

wants to merge 1 commit into from

Conversation

dkadish
Copy link
Contributor

@dkadish dkadish commented Mar 11, 2024

Fixed the RGB description and example code to reflect the fact that they are active-LOW and not active-HIGH.

What This PR Changes

  • The description and example code actually does the opposite of what it says it does.

Contribution Guidelines

Fixed the RGB description and example code to reflect the fact that they are active-LOW and not active-HIGH.
@jhansson-ard jhansson-ard added fix/update A small fix or update community Bugs and fixes suggested by the community maker labels Mar 12, 2024
Copy link
Contributor

@jacobhylen jacobhylen left a comment

Choose a reason for hiding this comment

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

Hey @dkadish ☀️
Thanks for bringing this to our attention and for taking the time to fix it.

I see that we've made this error in the corresponding cheat sheets for the 3 other Nano 33 BLE boards as well (Nano 33 BLE, Nano 33 BLE Rev2, Nano 33 BLE Sense Rev2).
Can I ask you to apply these changes to those too? Then I'll go ahead and merge. :)

Thanks!

@@ -354,22 +354,24 @@ If you want to learn more on how to use the Microphone, please check out the tut

## RGB

To turn ON the pixels, write a `HIGH` state to the LED:
The Nano 33 BLE Sense's RGB LEDs are active-LOW, so they are switched in the opposite way to the LED_BUILTIN.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
The Nano 33 BLE Sense's RGB LEDs are active-LOW, so they are switched in the opposite way to the LED_BUILTIN.
The Nano 33 BLE Sense's RGB LED is active-LOW, so it is active when the pins are set to `LOW`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Bugs and fixes suggested by the community fix/update A small fix or update maker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants