We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f65696 commit 624d6f2Copy full SHA for 624d6f2
targets/esp32/jshardware.c
@@ -164,6 +164,9 @@ void jshInit() {
164
jshPinDefaultPullup();
165
} // End of jshInit
166
167
+void jshKill() {
168
+}
169
+
170
/**
171
* Reset the Espruino environment.
172
*/
targets/esp8266/jshardware.c
@@ -138,6 +138,9 @@ void jshInit() {
138
os_printf("< jshInit\n");
139
140
141
142
143
144
145
* Handle a GPIO interrupt.
146
* We have arrived in this callback function because the state of a GPIO pin has changed
0 commit comments