|
via Udemy |
Go to Course: https://www.udemy.com/course/adc-library-interface-with-picmicrocontroller-mikroc/
ADC Library Interface With PicMicroController (MikroC)ADC LibraryADC (Analog to Digital Converter) module is available with a number of PIC MCU modules. ADC is an electronic circuit that converts continuous signals to discrete digital numbers. ADC Library provides you a comfortable work with the module.Library RoutinesADC_InitADC_Get_SampleADC_ReadADC_InitPrototypevoid ADC_Init();ReturnsNothing.DescriptionThis routine initializes PIC's internal ADC module to work with RC clock. Clock determines the time period necessary for performing AD conversion (min 12TAD).RequiresMCU with built-in ADC module.ExampleADC_Init(); // Initialize ADC module with default settings