初始化提交
This commit is contained in:
17
boards/default_src/micropython_esp32c3/export.js
Normal file
17
boards/default_src/micropython_esp32c3/export.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import MicropythonESP32C3Pins from './blocks/esp32_profile';
|
||||
import * as MicropythonESP32C3InoutBlocks from './blocks/inout';
|
||||
import * as MicropythonESP32C3MEG1Blocks from './blocks/me_g1';
|
||||
import * as MicropythonESP32C3PinsBlocks from './blocks/pins';
|
||||
import * as MicropythonESP32C3InoutGenerators from './generators/inout';
|
||||
import * as MicropythonESP32C3MEG1Generators from './generators/me_g1';
|
||||
import * as MicropythonESP32C3PinsGenerators from './generators/pins';
|
||||
|
||||
export {
|
||||
MicropythonESP32C3Pins,
|
||||
MicropythonESP32C3InoutBlocks,
|
||||
MicropythonESP32C3MEG1Blocks,
|
||||
MicropythonESP32C3PinsBlocks,
|
||||
MicropythonESP32C3InoutGenerators,
|
||||
MicropythonESP32C3MEG1Generators,
|
||||
MicropythonESP32C3PinsGenerators
|
||||
};
|
||||
Reference in New Issue
Block a user