初始化提交
This commit is contained in:
13
boards/default_src/micropython_esp32s2/export.js
Normal file
13
boards/default_src/micropython_esp32s2/export.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import MicropythonESP32S2Pins from './blocks/esp32_profile';
|
||||
import * as MicropythonESP32S2InoutBlocks from './blocks/inout';
|
||||
import * as MicropythonESP32S2PinsBlocks from './blocks/pins';
|
||||
import * as MicropythonESP32S2InoutGenerators from './generators/inout';
|
||||
import * as MicropythonESP32S2PinsGenerators from './generators/pins';
|
||||
|
||||
export {
|
||||
MicropythonESP32S2Pins,
|
||||
MicropythonESP32S2InoutBlocks,
|
||||
MicropythonESP32S2PinsBlocks,
|
||||
MicropythonESP32S2InoutGenerators,
|
||||
MicropythonESP32S2PinsGenerators
|
||||
};
|
||||
Reference in New Issue
Block a user