mirror of
https://github.com/RQNG/WouoUI.git
synced 2025-06-17 21:17:53 +00:00
13 lines
155 B
C++
13 lines
155 B
C++
![]() |
void pinMode(int pin, int mode) {
|
||
|
|
||
|
}
|
||
|
|
||
|
int digitalPinToInterrupt(int pin) {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
void attachInterrupt(int ii, void (*param)(void), int i) {
|
||
|
}
|
||
|
|
||
|
|