Files
thesis_bldc_controller/Examples/QSPIDMA/QSPIDMA/examples/driver_examples.h
2021-07-13 12:25:44 +02:00

23 lines
482 B
C

/*
* Code generated from Atmel Start.
*
* This file will be overwritten when reconfiguring your Atmel Start project.
* Please copy examples or other code you want to keep to a separate file
* to avoid losing it when reconfiguring.
*/
#ifndef DRIVER_EXAMPLES_H_INCLUDED
#define DRIVER_EXAMPLES_H_INCLUDED
#ifdef __cplusplus
extern "C" {
#endif
void QSPI_INSTANCE_example(void);
void TARGET_IO_example(void);
#ifdef __cplusplus
}
#endif
#endif // DRIVER_EXAMPLES_H_INCLUDED