MicrosoftDocs / azure-sphere-issues

Creative Commons Attribution 4.0 International
11 stars 8 forks source link

ADC -> PWM #268

Closed atKeitaroTakahashi closed 3 years ago

atKeitaroTakahashi commented 3 years ago

The pulse-width modulator (PWM) that is used by the application. In a high-level application, specify the peripheral name that is declared in the hardware definition header file. In an RTApp, specify the AppManifestValue that is declared in the hardware definition JSON file. Hardware definition example: "Pwm": [ "$MT3620_RDB_LED_PWM_CONTROLLER2" ] Raw value example: "Pwm": [ "PWM-CONTROLLER-0" ] API reference: Applibs pwm.h Conceptual: Using ADCs on Azure Sphere ←This


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

NavtejSaini-MSFT commented 3 years ago

@atKeitaroTakahashi We are checking this and will get back to you.

pennyo commented 3 years ago

@atKeitaroTakahashi Thank you for the feedback. We'll fix this link in an upcoming docs release.

pennyo commented 3 years ago

We've updated the documentation. Closing this issue.