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