File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 98
98
_modify :
99
99
PLOCK :
100
100
access : read-only
101
+ EXINT :
102
+ PCMSK :
103
+ _add :
104
+ PCINT0 :
105
+ description : Enable pin change interrupt on pin 0
106
+ bitOffset : 0
107
+ bitWidth : 1
108
+ access : read-write
109
+ PCINT1 :
110
+ description : Enable pin change interrupt on pin 1
111
+ bitOffset : 1
112
+ bitWidth : 1
113
+ access : read-write
114
+ PCINT2 :
115
+ description : Enable pin change interrupt on pin 2
116
+ bitOffset : 2
117
+ bitWidth : 1
118
+ access : read-write
119
+ PCINT3 :
120
+ description : Enable pin change interrupt on pin 3
121
+ bitOffset : 3
122
+ bitWidth : 1
123
+ access : read-write
124
+ PCINT4 :
125
+ description : Enable pin change interrupt on pin 4
126
+ bitOffset : 4
127
+ bitWidth : 1
128
+ access : read-write
129
+ PCINT5 :
130
+ description : Enable pin change interrupt on pin 5
131
+ bitOffset : 5
132
+ bitWidth : 1
133
+ access : read-write
You can’t perform that action at this time.
0 commit comments