This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| import os | |
| import sys | |
| import subprocess | |
| import argparse | |
| import ConfigParser | |
| import shlex | |
| # Default config | |
| DEFAULT_SOUND = 'beep-crisp' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #pragma config(Sensor, S1, Door, sensorEV3_Ultrasonic) | |
| //*!!Code automatically generated by 'ROBOTC' configuration wizard !!*// | |
| task main() { | |
| setLEDColor(ledOrangePulse); | |
| wait1Msec(3000); | |
| int threshold = SensorValue[Door]-10; | |
| while(true) { | |
| setLEDColor(ledGreenPulse); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Module> | |
| <ModulePrefs title="wolfram1" /> | |
| <Content type="html"><![CDATA[ | |
| <script type="text/javascript" id="WolframAlphaScriptc9e253055ef32f8efad9019df7961804" src="http://www.wolframalpha.com/widget/widget.jsp?id=c9e253055ef32f8efad9019df7961804"></script> | |
| ]]></Content> | |
| </Module> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Module> | |
| <ModulePrefs title="wolfram1" /> | |
| <Content type="html"><![CDATA[ | |
| <script type="text/javascript" id="WolframAlphaScript57e20d06ef2e9ca00fe43ebbbdbc0f50" src="http://www.wolframalpha.com/widget/widget.jsp?id=57e20d06ef2e9ca00fe43ebbbdbc0f50"></script> | |
| ]]></Content> | |
| </Module> |
NewerOlder