Skip to content

Commit

Permalink
Merge pull request #19934 from code-dot-org/sensor_threshold_blocks
Browse files Browse the repository at this point in the history
added the sensor.threshold blocks to levelbuilder and the sandbox
  • Loading branch information
MeyAyre committed Jan 11, 2018
2 parents 9149dee + 859ff1c commit 9ab6b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions apps/src/sites/studio/pages/levelbuilder_applab.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,17 @@ $(document).ready(function () {
"buzzer.playNotes": null,
"buzzer.playSong": null,
"accelerometer.getOrientation": null,
"accelerometer.start": null,
"accelerometer.getAcceleration": null,
"isPressed": null,
"holdtime": null,
"soundSensor.start": null,
"soundSensor.value": null,
"soundSensor.getAveragedValue": null,
"soundSensor.setScale": null,
"lightSensor.start": null,
"soundSensor.threshold": null,
"lightSensor.value": null,
"lightSensor.getAveragedValue": null,
"lightSensor.setScale": null,
"lightSensor.threshold": null,
"tempSensor.F": null,
"tempSensor.C": null,
"toggleSwitch.isOpen": null,
Expand Down
3 changes: 2 additions & 1 deletion lib/cdo/shared_constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -268,16 +268,17 @@ module SharedConstants
"buzzer.playNotes": null,
"buzzer.playSong": null,
"accelerometer.getOrientation": null,
"accelerometer.start": null,
"accelerometer.getAcceleration": null,
"isPressed": null,
"holdtime": null,
"soundSensor.value": null,
"soundSensor.getAveragedValue": null,
"soundSensor.setScale": null,
"soundSensor.threshold": null,
"lightSensor.value": null,
"lightSensor.getAveragedValue": null,
"lightSensor.setScale": null,
"lightSensor.threshold": null,
"tempSensor.F": null,
"tempSensor.C": null,
"toggleSwitch.isOpen": null,
Expand Down

0 comments on commit 9ab6b62

Please sign in to comment.