Microchip® Advanced Software Framework

conf_example3.h File Reference

Clock system example 3 configuration for STK600-RCUC3L0.

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

Macros

#define LED_EXAMPLE_OUTPUT   LED0_GPIO
 
Example configuration
#define NEXT_BUTTON   GPIO_PUSH_BUTTON_SW0
 Pin to use for button input. More...
 

#define LED_EXAMPLE_OUTPUT   LED0_GPIO
Note
This is the LED that will be toggled in this example

Referenced by ISR().

#define NEXT_BUTTON   GPIO_PUSH_BUTTON_SW0

Pin to use for button input.

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

Note
The pin is assumed to be configured by the board initialization.
With the default setup, this is PB00 connected to the onboard SW0.

Referenced by wait_for_switches().