feat: sync micropython esp32 family source configs

This commit is contained in:
yczpf2019
2026-01-24 16:18:25 +08:00
parent c9195c03e1
commit d29ca27d44
1745 changed files with 72643 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
import MicropythonESP32C2Pins from './blocks/esp32_profile';
import * as MicropythonESP32C2InoutBlocks from './blocks/inout';
import * as MicropythonESP32C2MiniG2Blocks from './blocks/mini_g2';
import * as MicropythonESP32C2MEGOBlocks from './blocks/me_go';
import * as MicropythonESP32C2PinsBlocks from './blocks/pins';
import * as MicropythonESP32C2ActuatorExternGenerators from './generators/actuator_extern';
import * as MicropythonESP32C2InoutGenerators from './generators/inout';
import * as MicropythonESP32C2MiniG2Generators from './generators/mini_g2';
import * as MicropythonESP32C2MEGOGenerators from './generators/me_go';
import * as MicropythonESP32C2PinsGenerators from './generators/pins';
export {
MicropythonESP32C2Pins,
MicropythonESP32C2InoutBlocks,
MicropythonESP32C2MiniG2Blocks,
MicropythonESP32C2MEGOBlocks,
MicropythonESP32C2PinsBlocks,
MicropythonESP32C2ActuatorExternGenerators,
MicropythonESP32C2InoutGenerators,
MicropythonESP32C2MiniG2Generators,
MicropythonESP32C2MEGOGenerators,
MicropythonESP32C2PinsGenerators
};