12 lines
275 B
C
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
|
|
|