Top Level Namespace
Defined Under Namespace
Modules: ExternalVariableProcessing, Rad Classes: AddHysteresis, ArduinoPlugin, ArduinoSketch, BasicBlink, BlinkMAddressAssignment, BlinkMHello, BlinkMMulti, BlinkWithSerial, ConfigurePaLcdBoot, DarwinInstaller, DebounceMethods, Environment, ExternalVariableFu, ExternalVariables, FirstSound, FrequencyGenerator, HardwareLibrary, HelloArray, HelloArray2, HelloArrayEeprom, HelloClock, HelloEeprom, HelloEepromLcdpa, HelloFormatPrint, HelloLcdCharset, HelloMaxbotix, HelloPaLcd, HelloServos, HelloSpectraSound, HelloWorld, HelloXbee, HysteresisDuel, I2cWithClockChip, LinuxInstaller, Makefile, MidiBeatBox, MidiScales, MotorKnob, ParallaxPing, Pin, ProgressBar, RADProcessor, RADRewriter, RADTypeChecker, ReversedProgressBar, ServoButtons, ServoCalibrateContinuous, ServoThrottle, SketchCompiler, SoftwareSerial, SparkfunLcd, SpectraSoftPot, TimesMethod, Toggle, Twitter, TwoWire
Constant Summary collapse
- RAD_ROOT =
"#{File.dirname(__FILE__)}/../.."- PROJECT_DIR_NAME =
a[a.length-1]
- PLUGIN_C_VAR_TYPES =
"int|void|unsigned|long|short|uint8_t|static|byte|char\\*|uint8_t"- ON =
true- OFF =
!ON
- HIGH =
ON- LOW =
!HIGH