diff --git a/adc_8h.html b/adc_8h.html
index 4427909..5f44ab8 100644
--- a/adc_8h.html
+++ b/adc_8h.html
@@ -3,7 +3,7 @@
-
+
gossamer: peripherals/adc.h File Reference
@@ -30,7 +30,7 @@
-
+
+
-void adc_set_sampling_length(uint8_t length)
Sets the sampling length for the ADC.
Definition: adc.c:75
-uint16_t adc_get_analog_value_for_channel(uint8_t channel)
Gets the analog value on the given ADC channel.
Definition: adc.c:81
-void adc_init(void)
Initializes the ADC peripheral, but does not enable it.
Definition: adc.c:103
-uint16_t adc_get_analog_value(uint16_t pin)
Gets the analog value on the given ADC pin.
Definition: adc.c:93
-void adc_enable(void)
Enables the ADC peripheral.
Definition: adc.c:184
-void adc_disable(void)
Disables the ADC peripheral.
Definition: adc.c:191
+void adc_set_sampling_length(uint8_t length)
Sets the sampling length for the ADC.
Definition adc.c:75
+uint16_t adc_get_analog_value_for_channel(uint8_t channel)
Gets the analog value on the given ADC channel.
Definition adc.c:81
+void adc_init(void)
Initializes the ADC peripheral, but does not enable it.
Definition adc.c:103
+uint16_t adc_get_analog_value(uint16_t pin)
Gets the analog value on the given ADC pin.
Definition adc.c:93
+void adc_enable(void)
Enables the ADC peripheral.
Definition adc.c:184
+void adc_disable(void)
Disables the ADC peripheral.
Definition adc.c:191