Create WeDo 2.0 device communication classes

This commit is contained in:
Christopher Willis-Ford 2017-05-03 16:39:31 -07:00
parent 3970883e45
commit 2625529ebe
2 changed files with 389 additions and 1 deletions
src/engine

View file

@ -19,7 +19,8 @@ const defaultBlockPackages = {
scratch3_sound: require('../blocks/scratch3_sound'),
scratch3_sensing: require('../blocks/scratch3_sensing'),
scratch3_data: require('../blocks/scratch3_data'),
scratch3_procedures: require('../blocks/scratch3_procedures')
scratch3_procedures: require('../blocks/scratch3_procedures'),
scratch3_wedo2: require('../blocks/scratch3_wedo2')
};
/**