mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
20 lines
382 B
C
20 lines
382 B
C
#include "TemplateDevice_GPIO.h"
|
|
|
|
void TemplateDevice_GPIO_platformDisable(PikaObj *self){
|
|
|
|
}
|
|
void TemplateDevice_GPIO_platformEnable(PikaObj *self){
|
|
|
|
}
|
|
void TemplateDevice_GPIO_platformHigh(PikaObj *self){
|
|
|
|
}
|
|
void TemplateDevice_GPIO_platformLow(PikaObj *self){
|
|
|
|
}
|
|
void TemplateDevice_GPIO_platformRead(PikaObj *self){
|
|
|
|
}
|
|
void TemplateDevice_GPIO_platformSetMode(PikaObj *self){
|
|
|
|
} |