You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #3 in MCU16CE/pic24f-lcd-usb-curiosity-pwm-rgb-led from develop to master
* commit '3fb86bcbbcc5a5b011f6622686276e2da3d286d7':
Updated the board image and board link
removed additionalData from main.json
Removed the pkob4hybrid reference from configuration.xml file
Updated the code
Updated the project
Removed BSL entry from MC3 file
Updated the project
Updated the button code
Updated project using the MCC generated files
Addressed review comments
Repo setup
Initial repository setup
//Selects the deployment URL(production or test) based on the merge target branch, selects "microchip-pic-avr-examples" if target branch is "master" , if target branch is "test_deploy" selects "mchpTestArea" else null
Subject to your compliance with these terms, you may use this Microchip software and any derivatives exclusively with Microchip products. You are responsible
4
+
for complying with third party license terms applicable to your use of third party software (including open source software) that may accompany this Microchip
5
+
software. SOFTWARE IS “AS IS.” NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, APPLY TO THIS SOFTWARE, INCLUDING ANY IMPLIED WARRANTIES OF NON-INFRINGEMENT,
6
+
MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL MICROCHIP BE LIABLE FOR ANY INDIRECT, SPECIAL, PUNITIVE, INCIDENTAL OR CONSEQUENTIAL LOSS,
7
+
DAMAGE, COST OR EXPENSE OF ANY KIND WHATSOEVER RELATED TO THE SOFTWARE, HOWEVER CAUSED, EVEN IF MICROCHIP HAS BEEN ADVISED OF THE POSSIBILITY OR THE DAMAGES ARE
8
+
FORESEEABLE. TO THE FULLEST EXTENT ALLOWED BY LAW, MICROCHIP’S TOTAL LIABILITY ON ALL CLAIMS RELATED TO THE SOFTWARE WILL NOT EXCEED AMOUNT OF FEES, IF ANY, YOU
# PIC24F LCD USB Curiosity Development Board RGB LED Color Mixing Demo.
4
+
5
+
## Summary
6
+
7
+
This is the demo software which runs on PIC24F LCD USB Curiosity Development Board (DM240018). The PIC24F LCD USB Curiosity Development Board is a cost-effective, fully integrated development platform targeted at first-time users, Makers, and those seeking a feature-rich rapid prototyping board. Refer to https://www.microchip.com/pic24flcdusbcuriosity for additional details about the board.
8
+
9
+
10
+
## Related Documentation
11
+
12
+
- PIC24F GU/GL Low Power MCUs: https://www.microchip.com/PIC24F-GU-GL
Use the potentiometer to change the intensity of the RGB LED channel that is currently active. Switch S1 or S2 will change which of the three colors is currently active (red, green, or blue).
0 commit comments