driver_examples.h 603 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * Code generated from Atmel Start.
  3. *
  4. * This file will be overwritten when reconfiguring your Atmel Start project.
  5. * Please copy examples or other code you want to keep to a separate file
  6. * to avoid losing it when reconfiguring.
  7. */
  8. #include "atmel_start.h"
  9. #include "utils.h"
  10. #ifndef DRIVER_EXAMPLES_H_INCLUDED
  11. #define DRIVER_EXAMPLES_H_INCLUDED
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. void ADC_0_example(void);
  16. void I2C_0_example(void);
  17. void TARGET_IO_example(void);
  18. void MACIF_example(void);
  19. void CAN_0_example(void);
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23. #endif // DRIVER_EXAMPLES_H_INCLUDEDD