summaryrefslogtreecommitdiff
path: root/atmel-samd/asf4/samd21/examples/driver_examples.h
diff options
context:
space:
mode:
Diffstat (limited to 'atmel-samd/asf4/samd21/examples/driver_examples.h')
-rw-r--r--atmel-samd/asf4/samd21/examples/driver_examples.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/atmel-samd/asf4/samd21/examples/driver_examples.h b/atmel-samd/asf4/samd21/examples/driver_examples.h
deleted file mode 100644
index 7a4353b98..000000000
--- a/atmel-samd/asf4/samd21/examples/driver_examples.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * 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 ADC_0_example(void);
-
-void FLASH_0_example(void);
-
-void I2C_0_example(void);
-
-void USART_0_example(void);
-
-void delay_example(void);
-
-void PWM_0_example(void);
-
-void DAC_0_example(void);
-
-#ifdef __cplusplus
-}
-#endif
-#endif // DRIVER_EXAMPLES_H_INCLUDED