fixed a small bug in ADC.c and ASC.h
This commit is contained in:
5
main/include/ADC.h
Normal file → Executable file
5
main/include/ADC.h
Normal file → Executable file
@@ -1,9 +1,6 @@
|
||||
#ifndef GPIO_H
|
||||
#define GPIO_H
|
||||
|
||||
#include "esp_adc/adc_oneshot.h"
|
||||
|
||||
|
||||
#include <stdint.h>
|
||||
void configure_ADC1();
|
||||
uint32_t get_voltage_in();
|
||||
uint32_t get_torque();
|
||||
|
||||
0
main/include/GPIO.h
Normal file → Executable file
0
main/include/GPIO.h
Normal file → Executable file
0
main/include/functions.h
Normal file → Executable file
0
main/include/functions.h
Normal file → Executable file
0
main/include/mcpwm.h
Normal file → Executable file
0
main/include/mcpwm.h
Normal file → Executable file
Reference in New Issue
Block a user