What's new as of firmware version B.2.0+Additions and changes:
- All the features of the B.2.0 firmware plus addition support for
the hardware found in the PIC16F877.
- Serial Control. - Used to talk directly to any Object, debug current application programs & upload new programs all through the serial port.
- New Object: oA2D10 - Used for 7 channel, 10-Bit analog to digital conversion.
- New Object: oSequencer - Used to play a sequence of notes out the speaker.
- New Variable sByte - Used to store a byte of data in internal EEPROM.
What's new as of firmware version B.2.0Additions and changes:
- oDio4 Object can now use I/O Lines 5, 6 & 7.
- OOPic Object now has I/O line array property.
- OOPic Object now has a single step property.
- oQencoder Object now has InvertD and Signed property to reverse the direction of the counting.
- oServo, oServoX Objects now have a Refresh property to increase the servo's torque output.
- oSerialX Object now supports 9600 on any pin (up from 4800)
- New Object: oDCMotor2 - L293 H bridge object.
- New Object oButton - Reads a button and controls an LED with one I/O line.
- New Object: oServoSP - Used to control the speed of modified RC Servos
- New Object oStepperL - Used to control a stepper motor with latched drivers.
- New Object: oStepperSP & oStepperSPL - Used to control the speed of stepper motors.
- New Object: oSP0256 - Used to output to a
SP0256 voice synthesizer.
- New Object: oFreq - Used to putout high frequency tones.
- New Object: oRamp, oRampC, oRampI, oRampIC - Ramp conversion for motor speedup and slowdown.
- New Object: oIRPD - Used to detect walls in front of the robot.
- New Object oCompassDV - I2C compass.
- New Object: oKeyPadX - Used to read a 8 x 8 keypad.
- New Object: oSPI - Used to provide SPI
serial input and output.
- New Object: oNavConEI, oNavConEIC - Used to control two motors with encoder input.
- New Object oBumper4, oBumper8
- lSerialCoProc - Used to communicate with serial Co-Processors.
New language Commands
- Min
- Max
- Abs
- SQR
- LogicalAnd
- LogicalOr
- LogicalNot
Bug Fixes:
- The RShift Method of signed objects did not maintain the sign.
-
|