Files
lemon-pepper-stepper/firmware/lib/Arduino-FOC-drivers/src/SimpleFOCDrivers.h
2023-11-09 19:02:15 -05:00

12 lines
275 B
C

#ifndef __SIMPLEFOC_DRIVERS_H__
#define __SIMPLEFOC_DRIVERS_H__
// empty header file. In Arduino IDE, include this header to enable the
// IDE to "find" the library.
// Then include the headers for the individual drivers/sensors/utilities
// that you want to use.
#endif