Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
atmega_pcint.h
1
#ifndef ATMEGA_PCINT_H
2
#define ATMEGA_PCINT_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
#define ATMEGA_PCINT_MAP_PCINT0 GPIO_PIN(PORT_B, 0), GPIO_PIN(PORT_B, 1), GPIO_PIN(PORT_B, 2), GPIO_PIN(PORT_B, 3), GPIO_PIN(PORT_B, 4), GPIO_PIN(PORT_B, 5), GPIO_PIN(PORT_B, 6), GPIO_PIN(PORT_B, 7)
9
10
#ifdef __cplusplus
11
}
12
#endif
13
14
#endif
/* ATMEGA_PCINT_H */
Generated on Tue Nov 24 2020 19:46:49 by
1.8.17