solve this in C code
Assume that the subroutine "measurement(int Channel)" takes a measurement on the specified channel and returns the measurement of that channel as a value that ranges from 0 to 4095.
Create a function called "averager" that takes 10 measurements on channel 2.
The function then returns the average voltage in units of millivolts (rounded to the nearest millivolt):
The return type should be an int.
The function should take in no parameters.
The voltage range of the ADC is 3.3V
(When you write your response, be sure to select it, click the "paragraph" button and change the style to "preformatted")