diff --git a/.main-meta/main.json b/.main-meta/main.json index d4f08f9..b2e2d1a 100644 --- a/.main-meta/main.json +++ b/.main-meta/main.json @@ -5,11 +5,11 @@ "metaDataVersion": "1.1.0", "name": "com.microchip.mcu8.mplabx.project.avr128da48-cnano-led-blink-pwm-mcc", "version": "1.0.0", - "displayName": "AVR128DA48 CNANO LED BLINK PWM MCC", + "displayName": "LED Blink using PWM", "projectName": "avr128da48-cnano-led-blink-pwm-mcc", - "shortDescription": "Code example for blinking an LED with a PWM signal using MCC", + "shortDescription": "This repository provides an MPLAB X project with a MCC generated code example for an LED blink driven by a PWM signal. The example demonstrates how to generate a PWM signal using a timer", "ide": { - "name": "MPLABX", + "name": "MPLAB X", "semverRange": ">=5.40.0" }, "compiler": [ @@ -38,18 +38,17 @@ }, "author": "Microchip", "subcategories": [ - "MCC", [ - "Peripherals", "TCA" + "Peripherals", + "TCA" ] ], "peripherals": [ "TCA" ], "keywords": [ - "MCC", - "TCA", - "PWM" + "LED blink", + "Getting Started" ], "additionalData": { "longDescription": { diff --git a/README.md b/README.md index aae0ea5..accda59 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -MCHP +[![MCHP](images/microchip.png)](https://www.microchip.com) # AVR128DA48 LED Blink using PWM Code Example diff --git a/images/Microchip.png b/images/Microchip.png deleted file mode 100644 index bf4d90d..0000000 Binary files a/images/Microchip.png and /dev/null differ