Common IOPORT service demo configuration header file.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | EXAMPLE_BUTTON_MASK (1<<4) |
#define | EXAMPLE_BUTTON_PORT IOPORT_PORTE |
#define | EXAMPLE_LED_MASK (1<<4) |
#define | EXAMPLE_LED_PORT IOPORT_PORTB |
#define EXAMPLE_BUTTON_MASK (1<<4) |
Referenced by main().
#define EXAMPLE_BUTTON_PORT IOPORT_PORTE |
Referenced by main().
#define EXAMPLE_LED_MASK (1<<4) |
Referenced by main().
#define EXAMPLE_LED_PORT IOPORT_PORTB |
Referenced by main().