初始化提交
This commit is contained in:
21
boards/default_src/micropython_esp32c2/export.js
Normal file
21
boards/default_src/micropython_esp32c2/export.js
Normal file
@@ -0,0 +1,21 @@
|
||||
import MicropythonESP32C2Pins from './blocks/esp32_profile';
|
||||
import * as MicropythonESP32C2InoutBlocks from './blocks/inout';
|
||||
import * as MicropythonESP32C2MEG1Blocks from './blocks/me_g1';
|
||||
import * as MicropythonESP32C2MEGOBlocks from './blocks/me_go';
|
||||
import * as MicropythonESP32C2PinsBlocks from './blocks/pins';
|
||||
import * as MicropythonESP32C2InoutGenerators from './generators/inout';
|
||||
import * as MicropythonESP32C2MEG1Generators from './generators/me_g1';
|
||||
import * as MicropythonESP32C2MEGOGenerators from './generators/me_go';
|
||||
import * as MicropythonESP32C2PinsGenerators from './generators/pins';
|
||||
|
||||
export {
|
||||
MicropythonESP32C2Pins,
|
||||
MicropythonESP32C2InoutBlocks,
|
||||
MicropythonESP32C2MEG1Blocks,
|
||||
MicropythonESP32C2MEGOBlocks,
|
||||
MicropythonESP32C2PinsBlocks,
|
||||
MicropythonESP32C2InoutGenerators,
|
||||
MicropythonESP32C2MEG1Generators,
|
||||
MicropythonESP32C2MEGOGenerators,
|
||||
MicropythonESP32C2PinsGenerators
|
||||
};
|
||||
Reference in New Issue
Block a user