-
Notifications
You must be signed in to change notification settings - Fork 53
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
Create example for the RGB LED on the BW16 #217
Conversation
Example on how to Blink and Fade the RGB LED on the BW16
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.
Hello, hope this message finds you well. Congrats to your Pull Request! Thank you for the work. Your contributions have been outstanding
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.
Since the example is only for BW16,
Please add the marco BOARD_AITHINKER_BW16
to avoid compatibility problem
#ifdef BOARD_AITHINKER_BW16
#endif
check if the correct board is used
Hello @M-ichae-l , But one thing, BOARD_AITHINKER_BW16 does not work for me, i have to use BOARD_RTL8720DN_BW16? |
@designer2k2 Refer to early release V3.1.7 |
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.
Line 12 needs to update.
change from BOARD_RTL8720DN_BW16 to BOARD_AITHINKER_BW16.
Description of Change
Example on how to Blink and Fade the RGB LED on the BW16.
It is a simple sketch showing what can be done with the RGB LED.
Tests and Environments
Tested on a BW16-TypeC with Arduino IDE 2.3.0 in Windows 10.