Delete a line
This commit is contained in:
parent
91ee8b1af8
commit
b0c0efa4fc
@ -43,8 +43,6 @@ uint16_t thermistor_voltage_read() {
|
|||||||
|
|
||||||
uint16_t internal_voltage_read() {
|
uint16_t internal_voltage_read() {
|
||||||
/* Gets value for the internal voltage reffreance*/
|
/* Gets value for the internal voltage reffreance*/
|
||||||
|
|
||||||
VREF.ADC0REF = VREF_REFSEL_VDD_gc;
|
|
||||||
|
|
||||||
ADC0.MUXPOS = 0x44;
|
ADC0.MUXPOS = 0x44;
|
||||||
uint8_t adc_val = ADC0_read();
|
uint8_t adc_val = ADC0_read();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user