Microchip® Advanced Software Framework

conf_example3.h File Reference

Clock system example 3 configuration for SAM4L8 Xplained Pro.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

Macros

#define LED_EXAMPLE_OUTPUT   LED_0_PIN
 This is the LED that will be toggled in this example. More...
 
Example configuration
#define NEXT_BUTTON   BUTTON_0_PIN
 Pin to use for button input. More...
 

#define LED_EXAMPLE_OUTPUT   LED_0_PIN

This is the LED that will be toggled in this example.

Referenced by SysTick_Handler().

#define NEXT_BUTTON   BUTTON_0_PIN

Pin to use for button input.

This is the pin for the onboard PB0 button, corresponding to PC03.

This is the active low pin to use for user input.

Note
The pin is assumed to be configured by the board initialization.

Referenced by wait_for_switches().