83 lines
4.4 KiB
JavaScript
83 lines
4.4 KiB
JavaScript
import MicropythonK210MixgoAIPins from './blocks/k210_profile';
|
|
|
|
import * as MicropythonK210MixgoAIActuatorBlocks from './blocks/actuator';
|
|
import * as MicropythonK210MixgoAIAIBlocks from './blocks/ai';
|
|
import * as MicropythonK210MixgoAIAVBlocks from './blocks/av';
|
|
import * as MicropythonK210MixgoAICameraBlocks from './blocks/camera';
|
|
import * as MicropythonK210MixgoAICommunicateBlocks from './blocks/communicate';
|
|
import * as MicropythonK210MixgoAIDisplayBlocks from './blocks/display';
|
|
import * as MicropythonK210MixgoAIFactoryBlocks from './blocks/factory';
|
|
import * as MicropythonK210MixgoAIHearBlocks from './blocks/hear';
|
|
import * as MicropythonK210MixgoAIImageBlocks from './blocks/image';
|
|
import * as MicropythonK210MixgoAIInoutBlocks from './blocks/inout';
|
|
import * as MicropythonK210MixgoAIIotBlocks from './blocks/iot';
|
|
import * as MicropythonK210MixgoAIMathBlocks from './blocks/math';
|
|
import * as MicropythonK210MixgoAINesBlocks from './blocks/nes';
|
|
import * as MicropythonK210MixgoAINetworkBlocks from './blocks/network';
|
|
import * as MicropythonK210MixgoAIPinsBlocks from './blocks/pins';
|
|
import * as MicropythonK210MixgoAISensorBlocks from './blocks/sensor';
|
|
import * as MicropythonK210MixgoAISerialBlocks from './blocks/serial';
|
|
import * as MicropythonK210MixgoAISystemBlocks from './blocks/system';
|
|
import * as MicropythonK210MixgoAIUpdataBlocks from './blocks/updata';
|
|
|
|
import * as MicropythonK210MixgoAIActuatorGenerators from './generators/actuator';
|
|
import * as MicropythonK210MixgoAIAIGenerators from './generators/ai';
|
|
import * as MicropythonK210MixgoAIAVGenerators from './generators/av';
|
|
import * as MicropythonK210MixgoAICameraGenerators from './generators/camera';
|
|
import * as MicropythonK210MixgoAICommunicateGenerators from './generators/communicate';
|
|
import * as MicropythonK210MixgoAIDisplayGenerators from './generators/display';
|
|
import * as MicropythonK210MixgoAIFactoryGenerators from './generators/factory';
|
|
import * as MicropythonK210MixgoAIHearGenerators from './generators/hear';
|
|
import * as MicropythonK210MixgoAIImageGenerators from './generators/image';
|
|
import * as MicropythonK210MixgoAIInoutGenerators from './generators/inout';
|
|
import * as MicropythonK210MixgoAIIotGenerators from './generators/iot';
|
|
import * as MicropythonK210MixgoAIMathGenerators from './generators/math';
|
|
import * as MicropythonK210MixgoAINesGenerators from './generators/nes';
|
|
import * as MicropythonK210MixgoAINetworkGenerators from './generators/network';
|
|
import * as MicropythonK210MixgoAIPinsGenerators from './generators/pins';
|
|
import * as MicropythonK210MixgoAISensorGenerators from './generators/sensor';
|
|
import * as MicropythonK210MixgoAISerialGenerators from './generators/serial';
|
|
import * as MicropythonK210MixgoAISystemGenerators from './generators/system';
|
|
import * as MicropythonK210MixgoAIUpdataGenerators from './generators/updata';
|
|
|
|
export {
|
|
MicropythonK210MixgoAIPins,
|
|
MicropythonK210MixgoAIActuatorBlocks,
|
|
MicropythonK210MixgoAIAIBlocks,
|
|
MicropythonK210MixgoAIAVBlocks,
|
|
MicropythonK210MixgoAICameraBlocks,
|
|
MicropythonK210MixgoAICommunicateBlocks,
|
|
MicropythonK210MixgoAIDisplayBlocks,
|
|
MicropythonK210MixgoAIFactoryBlocks,
|
|
MicropythonK210MixgoAIHearBlocks,
|
|
MicropythonK210MixgoAIImageBlocks,
|
|
MicropythonK210MixgoAIInoutBlocks,
|
|
MicropythonK210MixgoAIIotBlocks,
|
|
MicropythonK210MixgoAIMathBlocks,
|
|
MicropythonK210MixgoAINesBlocks,
|
|
MicropythonK210MixgoAINetworkBlocks,
|
|
MicropythonK210MixgoAIPinsBlocks,
|
|
MicropythonK210MixgoAISensorBlocks,
|
|
MicropythonK210MixgoAISerialBlocks,
|
|
MicropythonK210MixgoAISystemBlocks,
|
|
MicropythonK210MixgoAIUpdataBlocks,
|
|
MicropythonK210MixgoAIActuatorGenerators,
|
|
MicropythonK210MixgoAIAIGenerators,
|
|
MicropythonK210MixgoAIAVGenerators,
|
|
MicropythonK210MixgoAICameraGenerators,
|
|
MicropythonK210MixgoAICommunicateGenerators,
|
|
MicropythonK210MixgoAIDisplayGenerators,
|
|
MicropythonK210MixgoAIFactoryGenerators,
|
|
MicropythonK210MixgoAIHearGenerators,
|
|
MicropythonK210MixgoAIImageGenerators,
|
|
MicropythonK210MixgoAIInoutGenerators,
|
|
MicropythonK210MixgoAIIotGenerators,
|
|
MicropythonK210MixgoAIMathGenerators,
|
|
MicropythonK210MixgoAINesGenerators,
|
|
MicropythonK210MixgoAINetworkGenerators,
|
|
MicropythonK210MixgoAIPinsGenerators,
|
|
MicropythonK210MixgoAISensorGenerators,
|
|
MicropythonK210MixgoAISerialGenerators,
|
|
MicropythonK210MixgoAISystemGenerators,
|
|
MicropythonK210MixgoAIUpdataGenerators
|
|
}; |