driver_examples.h 589 B

1234567891011121314151617181920212223242526272829
  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. #ifndef DRIVER_EXAMPLES_H_INCLUDED
  9. #define DRIVER_EXAMPLES_H_INCLUDED
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. void ADC_0_example(void);
  14. void FLASH_0_example(void);
  15. void RWW_FLASH_0_example(void);
  16. void I2C_0_example(void);
  17. void TARGET_IO_example(void);
  18. void CAN_0_example(void);
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22. #endif // DRIVER_EXAMPLES_H_INCLUDED